Author: solomax
Date: Thu Feb 12 06:44:25 2015
New Revision: 1659156

URL: http://svn.apache.org/r1659156
Log:
[OPENMEETINGS-1160] serch users header is fixed

Modified:
    openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css
    openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
    
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css
    
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css

Modified: openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css?rev=1659156&r1=1659155&r2=1659156&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css (original)
+++ openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css Thu Feb 12 
06:44:25 2015
@@ -69,6 +69,9 @@
 form .input {
        float: right !important;
 }
+#searchUsersTable th, .fht-table th {
+       text-align: right !important;
+}
 
 /**** FIXME need to be moved to wicket-jquery-ui **************/
 span.css-emoticon {

Modified: openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/webapp/css/theme.css?rev=1659156&r1=1659155&r2=1659156&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/main/webapp/css/theme.css (original)
+++ openmeetings/branches/3.0.x/src/main/webapp/css/theme.css Thu Feb 12 
06:44:25 2015
@@ -549,6 +549,10 @@ select.messages.selector {
 .fht-tbody {
        background-color: white;
 }
+#searchUsersTable th, .fht-table th {
+       font-weight: bold !important;
+       text-align: left;
+}
 #ui-datepicker-div{
     z-index: 100 !important;
 }

Modified: 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css?rev=1659156&r1=1659155&r2=1659156&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css
 (original)
+++ 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css
 Thu Feb 12 06:44:25 2015
@@ -69,6 +69,9 @@
 form .input {
        float: right !important;
 }
+#searchUsersTable th, .fht-table th {
+       text-align: right !important;
+}
 
 /**** FIXME need to be moved to wicket-jquery-ui **************/
 span.css-emoticon {

Modified: 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css?rev=1659156&r1=1659155&r2=1659156&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css 
(original)
+++ 
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css 
Thu Feb 12 06:44:25 2015
@@ -533,6 +533,10 @@ select.messages.selector {
 .fht-tbody {
        background-color: white;
 }
+#searchUsersTable th, .fht-table th {
+       font-weight: bold !important;
+       text-align: left;
+}
 #ui-datepicker-div{
     z-index: 100 !important;
 }


Reply via email to