[freenet-cvs] r19443 - trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed
dbkr at freenetproject.org
dbkr at freenetproject.org
Tue Apr 22 15:28:35 UTC 2008
Author: dbkr
Date: 2008-04-19 19:05:01 +0000 (Sat, 19 Apr 2008)
New Revision: 19443
Added:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/alert-16.gif
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/error-16.gif
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/information-16.gif
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/warning-16.gif
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
Log:
Icons for alert summary - boxed theme
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/alert-16.gif (from rev 19442, trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/alert-16.gif)
===================================================================
(Binary files differ)
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/error-16.gif (from rev 19442, trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/error-16.gif)
===================================================================
(Binary files differ)
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/information-16.gif (from rev 19442, trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/information-16.gif)
===================================================================
(Binary files differ)
Modified: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css 2008-04-19 19:03:53 UTC (rev 19442)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css 2008-04-19 19:05:01 UTC (rev 19443)
@@ -67,6 +67,27 @@
background-color: #fcc;
}
+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;
+}
+
#topbar, #navbar, .infobox-content, ul.config {
border: solid 1px #000;
padding: 10px 13px;
Copied: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/warning-16.gif (from rev 19442, trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/warning-16.gif)
===================================================================
(Binary files differ)
More information about the cvs
mailing list