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 07:40:15 UTC

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

Author: solomax
Date: Tue Nov  1 07:40:14 2016
New Revision: 1767438

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

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

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css?rev=1767438&r1=1767437&r2=1767438&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/src/main/webapp/css/theme.css Tue Nov  1 07:40:14 2016
@@ -525,6 +525,7 @@ select.messages.selector {
 	border: none;
 	padding-left: 20px;
 	font-style: italic;
+	white-space: normal;
 }
 .invisible-form-component {
 	position: absolute;

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css?rev=1767438&r1=1767437&r2=1767438&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/theme.css Tue Nov  1 07:40:14 2016
@@ -525,6 +525,7 @@ select.messages.selector {
 	border: none;
 	padding-left: 20px;
 	font-style: italic;
+	white-space: normal;
 }
 .invisible-form-component {
 	position: absolute;

Modified: openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css?rev=1767438&r1=1767437&r2=1767438&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/webapp/css/theme.css Tue Nov  1 07:40:14 2016
@@ -525,6 +525,7 @@ select.messages.selector {
 	border: none;
 	padding-left: 20px;
 	font-style: italic;
+	white-space: normal;
 }
 .invisible-form-component {
 	position: absolute;