Author: andre
Date: 2010-06-11 16:02:23 +0200 (Fri, 11 Jun 2010)
New Revision: 42529

Modified:
   openimages/trunk/src/main/webapp/style/css/components.css
   openimages/trunk/src/main/webapp/style/css/specific-styles.css
Log:
moved styles of favorites component to components.css

Modified: openimages/trunk/src/main/webapp/style/css/components.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/components.css   2010-06-11 
13:56:30 UTC (rev 42528)
+++ openimages/trunk/src/main/webapp/style/css/components.css   2010-06-11 
14:02:23 UTC (rev 42529)
@@ -139,3 +139,19 @@
 div.b_user-streams td.action a { color: #c00; }
 
 div.b_user-streams td.info { font-size: 0.85em; }
+
+div.b_user-favorites a.favorite.remove
+{
+    position: relative;
+    float: left;
+    z-index: 10;
+    top: -15px;
+    left: 70px;
+    width: 20px;
+    padding-top: 20px;
+    background-image: url(icons/close.png);
+    overflow: hidden;
+    height: 0px !important;
+    height /**/: 20px;  /* for IE5/Win */
+}
+div.b_user-favorites a.favorite.remove img { border: none; }

Modified: openimages/trunk/src/main/webapp/style/css/specific-styles.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/specific-styles.css      
2010-06-11 13:56:30 UTC (rev 42528)
+++ openimages/trunk/src/main/webapp/style/css/specific-styles.css      
2010-06-11 14:02:23 UTC (rev 42529)
@@ -388,22 +388,6 @@
     height /**/: 20px;  /* for IE5/Win */
 }
 
-a.remove
-{
-    position: relative;
-    float: left;
-    z-index: 10;
-    top: -15px;
-    left: 70px;
-    width: 20px;
-    padding-top: 20px;
-    background-image: url(icons/close.png);
-    overflow: hidden;
-    height: 0px !important;
-    height /**/: 20px;  /* for IE5/Win */
-}
-a.remove img { border: none; }
-
 .more a:link, .more a:visited { color: #C00; }
 .more a:hover, .more a:active { color: #C00; }
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to