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/04/01 08:44:34 UTC

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

Author: solomax
Date: Fri Apr  1 06:44:33 2016
New Revision: 1737312

URL: http://svn.apache.org/viewvc?rev=1737312&view=rev
Log:
[OPENMEETINGS-1324] css issues are fixed

Modified:
    openmeetings/application/branches/3.1.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=1737312&r1=1737311&r2=1737312&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 Fri Apr  1 06:44:33 2016
@@ -386,15 +386,15 @@ html, body {
 	height: 16px;
 	background-repeat: no-repeat;
 }
-.file.tree .dialog.errors {
+.dialog.errors {
 	width: 600px;
 	height: 500px;
 	font-size: small;
 }
-.file.tree .dialog.errors .alert {
+.dialog.errors .alert {
 	color: red;
 }
-.file.tree .dialog.errors .message {
+.dialog.errors .message {
 	display: block;
 	unicode-bidi: embed;
 	font-family: monospace;

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=1737312&r1=1737311&r2=1737312&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 Fri Apr  1 06:44:33 2016
@@ -386,15 +386,15 @@ html, body {
 	height: 16px;
 	background-repeat: no-repeat;
 }
-.file.tree .dialog.errors {
+.dialog.errors {
 	width: 600px;
 	height: 500px;
 	font-size: small;
 }
-.file.tree .dialog.errors .alert {
+.dialog.errors .alert {
 	color: red;
 }
-.file.tree .dialog.errors .message {
+.dialog.errors .message {
 	display: block;
 	unicode-bidi: embed;
 	font-family: monospace;