Author: dbkr
Date: 2008-04-19 19:03:53 +0000 (Sat, 19 Apr 2008)
New Revision: 19442

Added:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/alert-16.gif
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/error-16.gif
   
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/information-16.gif
   
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/warning-16.gif
Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
Icons for alert summary - clean theme


Added: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/alert-16.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/alert-16.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif

Added: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/error-16.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/error-16.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif

Added: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/information-16.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/information-16.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif

Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2008-04-19 18:27:54 UTC (rev 19441)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2008-04-19 19:03:53 UTC (rev 19442)
@@ -178,6 +178,27 @@
        background-image: url(success.gif);
 }

+ul.alert-summary {
+       list-style-type: none;
+       text-indent: 20px;
+}
+
+li.alert-summary-text-error {
+       background: url(error-16.gif) left center no-repeat;
+}
+
+li.alert-summary-text-alert {
+       background: url(alert-16.gif) left center no-repeat;
+}
+
+li.alert-summary-text-warning {
+       background: url(warning-16.gif) left center no-repeat;
+}
+
+li.alert-summary-text-minor {
+       background: url(information-16.gif) left center no-repeat;
+}
+
 /* content */

 #content {

Added: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/warning-16.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/warning-16.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif


Reply via email to