You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/02/11 13:11:29 UTC

svn commit: r1658942 - in /openmeetings: branches/3.0.x/src/main/webapp/css/theme-rtl.css trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme-rtl.css

Author: solomax
Date: Wed Feb 11 12:11:28 2015
New Revision: 1658942

URL: http://svn.apache.org/r1658942
Log:
[OPENMEETINGS-1160] Tab panel header is fixed

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=1658942&r1=1658941&r2=1658942&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 Wed Feb 11 12:11:28 2015
@@ -41,3 +41,6 @@
 	right: initial !important;
 	left: 10px;
 }
+.ui-tabs .ui-tabs-nav li {
+	float: right !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=1658942&r1=1658941&r2=1658942&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 Wed Feb 11 12:11:28 2015
@@ -41,3 +41,6 @@
 	right: initial !important;
 	left: 10px;
 }
+.ui-tabs .ui-tabs-nav li {
+	float: right !important;
+}