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 2016/11/01 04:53:29 UTC

svn commit: r1767413 - in /openmeetings/application: branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css trunk/openmeetings-web/src/main/webapp/css/admin.css

Author: solomax
Date: Tue Nov  1 04:53:29 2016
New Revision: 1767413

URL: http://svn.apache.org/viewvc?rev=1767413&view=rev
Log:
[OPENMEETINGS-1495] styles for admin forms are fixed

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css
    openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css
    openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css?rev=1767413&r1=1767412&r2=1767413&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/admin.css Tue Nov  1 04:53:29 2016
@@ -20,9 +20,9 @@
 	min-width: 1070px;
 }
 /* 
-    ################################
-    Column layout admin section
-    ################################
+  ################################
+  Column layout admin section
+  ################################
  */
 .adminPanelColumnTable {
 	display: inline-block;
@@ -327,12 +327,13 @@ table.adminListTable td div.four_column_
 	font-weight: bold;
 	text-align: right;
 	width: 180px;
+	white-space: normal;
 }
 
 .adminBackupForm div.formelement {
-    display: block;
-    clear: both;
-    max-width: 1240px;
+	display: block;
+	clear: both;
+	max-width: 1240px;
 }
 .adminFormsFeedbackPanel {
 	position: fixed;

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css?rev=1767413&r1=1767412&r2=1767413&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css Tue Nov  1 04:53:29 2016
@@ -20,9 +20,9 @@
 	min-width: 1070px;
 }
 /* 
-    ################################
-    Column layout admin section
-    ################################
+  ################################
+  Column layout admin section
+  ################################
  */
 .adminPanelColumnTable {
 	display: inline-block;
@@ -327,12 +327,13 @@ table.adminListTable td div.four_column_
 	font-weight: bold;
 	text-align: right;
 	width: 180px;
+	white-space: normal;
 }
 
 .adminBackupForm div.formelement {
-    display: block;
-    clear: both;
-    max-width: 1240px;
+	display: block;
+	clear: both;
+	max-width: 1240px;
 }
 .adminFormsFeedbackPanel {
 	position: fixed;

Modified: openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css?rev=1767413&r1=1767412&r2=1767413&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/admin.css Tue Nov  1 04:53:29 2016
@@ -20,9 +20,9 @@
 	min-width: 1070px;
 }
 /* 
-    ################################
-    Column layout admin section
-    ################################
+  ################################
+  Column layout admin section
+  ################################
  */
 .adminPanelColumnTable {
 	display: inline-block;
@@ -327,12 +327,13 @@ table.adminListTable td div.four_column_
 	font-weight: bold;
 	text-align: right;
 	width: 180px;
+	white-space: normal;
 }
 
 .adminBackupForm div.formelement {
-    display: block;
-    clear: both;
-    max-width: 1240px;
+	display: block;
+	clear: both;
+	max-width: 1240px;
 }
 .adminFormsFeedbackPanel {
 	position: fixed;