Author: solomax
Date: Thu Feb 12 09:03:14 2015
New Revision: 1659173

URL: http://svn.apache.org/r1659173
Log:
RTL is fixed for JqueryUI dialog

Modified:
    openmeetings/branches/3.0.x/src/main/webapp/css/theme-rtl.css
    
openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.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=1659173&r1=1659172&r2=1659173&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 
09:03:14 2015
@@ -72,6 +72,16 @@ form .input {
 #searchUsersTable th, .fht-table th {
        text-align: right !important;
 }
+.ui-dialog .ui-dialog-title {
+       float: right !important;
+}
+.ui-dialog .ui-dialog-titlebar-close {
+       right: initial !important;
+       left: .3em;
+}
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
+       float: left !important;
+}
 
 /**** FIXME need to be moved to wicket-jquery-ui **************/
 span.css-emoticon {

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=1659173&r1=1659172&r2=1659173&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 09:03:14 2015
@@ -72,6 +72,16 @@ form .input {
 #searchUsersTable th, .fht-table th {
        text-align: right !important;
 }
+.ui-dialog .ui-dialog-title {
+       float: right !important;
+}
+.ui-dialog .ui-dialog-titlebar-close {
+       right: initial !important;
+       left: .3em;
+}
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
+       float: left !important;
+}
 
 /**** FIXME need to be moved to wicket-jquery-ui **************/
 span.css-emoticon {


Reply via email to