Author: dbkr
Date: 2008-04-19 19:07:31 +0000 (Sat, 19 Apr 2008)
New Revision: 19444
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/alert-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/error-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/information-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/warning-16.png
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/theme.css
Log:
Icons for alert summary - grayandblue theme
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/alert-16.png
===================================================================
(Binary files differ)
Property changes on:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/alert-16.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/error-16.png
===================================================================
(Binary files differ)
Property changes on:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/error-16.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/information-16.png
===================================================================
(Binary files differ)
Property changes on:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/information-16.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/theme.css
===================================================================
---
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/theme.css
2008-04-19 19:05:01 UTC (rev 19443)
+++
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/theme.css
2008-04-19 19:07:31 UTC (rev 19444)
@@ -188,6 +188,27 @@
background-image: url(success.png);
}
+ul.alert-summary {
+ list-style-type: none;
+ text-indent: 20px;
+}
+
+li.alert-summary-text-error {
+ background: url(error-16.png) left center no-repeat;
+}
+
+li.alert-summary-text-alert {
+ background: url(alert-16.png) left center no-repeat;
+}
+
+li.alert-summary-text-warning {
+ background: url(warning-16.png) left center no-repeat;
+}
+
+li.alert-summary-text-minor {
+ background: url(information-16.png) left center no-repeat;
+}
+
/* content */
#content {
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/warning-16.png
===================================================================
(Binary files differ)
Property changes on:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/warning-16.png
___________________________________________________________________
Name: svn:mime-type
+ image/png