Scarab commit: svn commit: r10684 - trunk/src/webapp/skins/classic.css

Hussayn Dabbous <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2009-01-19 08:46:48-0800
New Revision: 10684

Modified:
   trunk/src/webapp/skins/classic.css

Log:
refactored the icon styles. As a side effect this fixed a bug with wrong icon (error icon) shown under various circumstances

Modified: trunk/src/webapp/skins/classic.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/classic.css?view=diff&pathrev=10684&r1=10683&r2=10684
==============================================================================
--- trunk/src/webapp/skins/classic.css	(original)
+++ trunk/src/webapp/skins/classic.css	2009-01-19 08:46:48-0800
@@ -345,10 +345,12 @@
 .errormessage,.warningmessage,.donemessage,.infomessage {
 	border-top: 5px solid #900;
 	border-left: 1px solid #900;
-	background-image: url("../images/icon_error_lrg.gif");
 	background-repeat: no-repeat;
 	background-position: 5px 1.33em;
 }
+.errormessage {
+    background-image: url("../images/icon_error_lrg.gif");
+}
 
 .warningmessage {
 	background-image: url("../images/icon_warning_lrg.gif");
@@ -380,6 +382,9 @@
 .usergroupinfo {
 	background: url("../images/icon_usergroups_lrg.gif") no-repeat;
 }
+.errormark {
+    background-image: url("../images/icon_error_sml.gif") no-repeat;
+}
 
 .warningmark {
 	background-image: url("../images/icon_warning_sml.gif");
@@ -654,8 +659,8 @@
 }
 
 .errormark,.warningmark,.donemark,.infomark {
-	background: url("../images/icon_error_sml.gif") no-repeat;
-	padding-left: 20px;
+    background-repeat: no-repeat;
+   	padding-left: 20px;
 	min-height: 15px;
 }

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1035074
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.