[freenet-cvs] r19445 - trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky
dbkr at freenetproject.org
dbkr at freenetproject.org
Tue Apr 22 15:28:35 UTC 2008
Author: dbkr
Date: 2008-04-19 19:09:39 +0000 (Sat, 19 Apr 2008)
New Revision: 19445
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/alert-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/error-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/information-16.png
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/warning-16.png
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
Log:
Icons for alert summary - sky theme
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/alert-16.png (from rev 19444, trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/alert-16.png)
===================================================================
(Binary files differ)
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/error-16.png (from rev 19444, trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/error-16.png)
===================================================================
(Binary files differ)
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/information-16.png (from rev 19444, trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/information-16.png)
===================================================================
(Binary files differ)
Modified: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css 2008-04-19 19:07:31 UTC (rev 19444)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css 2008-04-19 19:09:39 UTC (rev 19445)
@@ -166,6 +166,32 @@
background-color: #c8f0c8;
}
+div.infobox-summary-status-content {
+ padding: 0px;
+}
+
+ul.alert-summary {
+ list-style-type: none;
+ text-indent: 20px;
+ padding-left: 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 {
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/warning-16.png (from rev 19444, trunk/freenet/src/freenet/clients/http/staticfiles/themes/grayandblue/warning-16.png)
===================================================================
(Binary files differ)
More information about the cvs
mailing list