summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-04-12 12:36:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-04-12 12:36:06 +0000
commit75274ca5c3a4df5b2c0ab6e3b919f66b2e093435 (patch)
treef57e2194a0ceaffbb9830cfeedcd1ee5f80385c8 /!NetSurf
parent5266539f92ab85fee1e743184c6184810b8eed07 (diff)
downloadnetsurf-75274ca5c3a4df5b2c0ab6e3b919f66b2e093435.tar.gz
netsurf-75274ca5c3a4df5b2c0ab6e3b919f66b2e093435.tar.bz2
Style for about:imagecache page.
svn path=/trunk/netsurf/; revision=13853
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/internal.css,f7921
1 files changed, 16 insertions, 5 deletions
diff --git a/!NetSurf/Resources/internal.css,f79 b/!NetSurf/Resources/internal.css,f79
index db1810412..6f1e82b0b 100644
--- a/!NetSurf/Resources/internal.css,f79
+++ b/!NetSurf/Resources/internal.css,f79
@@ -159,6 +159,7 @@ body#dirlist span.size + span.size {
text-align: left;
padding-right: 0; }
+
/*
* configuration listing style
*/
@@ -175,19 +176,29 @@ body#configlist table.config td + td {
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;
}