Author: tlsa
Date: Thu Apr 12 07:36:06 2012
New Revision: 13853
URL:
http://source.netsurf-browser.org?rev=13853&view=rev
Log:
Style for about:imagecache page.
Modified:
trunk/netsurf/!NetSurf/Resources/internal.css,f79
Modified: trunk/netsurf/!NetSurf/Resources/internal.css,f79
URL:
http://source.netsurf-browser.org/trunk/netsurf/%21NetSurf/Resources/inte...
==============================================================================
--- trunk/netsurf/!NetSurf/Resources/internal.css,f79 (original)
+++ trunk/netsurf/!NetSurf/Resources/internal.css,f79 Thu Apr 12 07:36:06 2012
@@ -159,6 +159,7 @@
text-align: left;
padding-right: 0; }
+
/*
* configuration listing style
*/
@@ -175,19 +176,29 @@
body#configlist .null-content {
font-style: italic; }
-/* about:imagecache */
+
+/*
+ * about:imagecache
+ */
table.imagecachelist {
- border: 1px solid #000;
border-spacing: 0px;
- border-collapse: collapse;
+ margin-top: 1.2em;
+ margin-bottom: 1.2em;
+}
+
+table.imagecachelist tr:nth-child(2n+3) {
+ background: #e8edff;
}
table.imagecachelist th {
- border: 1px solid #000;
+ background: #c8d5ff;
+ padding: 2px;
+ text-align: left;
}
table.imagecachelist td {
- border: 1px solid #000;
-}
-
+ border-top: 1px solid #bcf;
+ padding: 2px;
+}
+