summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-04-12 13:43:57 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-04-12 13:43:57 +0000
commitcdee9e985ee4d29d624539e47aa515b5201a18e3 (patch)
treefd9dab256510c36d76f5af1ca5ff97a1013e99e8 /!NetSurf
parente2e69d29bb41b62c7aa06749b73b1854c3dfbc23 (diff)
downloadnetsurf-cdee9e985ee4d29d624539e47aa515b5201a18e3.tar.gz
netsurf-cdee9e985ee4d29d624539e47aa515b5201a18e3.tar.bz2
More work on about:imagecache entry listing table.
svn path=/trunk/netsurf/; revision=13855
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/internal.css,f7918
1 files changed, 11 insertions, 7 deletions
diff --git a/!NetSurf/Resources/internal.css,f79 b/!NetSurf/Resources/internal.css,f79
index 6f1e82b0b..819c19fa2 100644
--- a/!NetSurf/Resources/internal.css,f79
+++ b/!NetSurf/Resources/internal.css,f79
@@ -181,24 +181,28 @@ body#configlist .null-content {
* about:imagecache
*/
-table.imagecachelist {
+p.imagecachelist {
border-spacing: 0px;
margin-top: 1.2em;
margin-bottom: 1.2em;
+ display: table;
}
-table.imagecachelist tr:nth-child(2n+3) {
+p.imagecachelist a:nth-child(2n+3) {
background: #e8edff;
}
-table.imagecachelist th {
+p.imagecachelist strong, p.imagecachelist a {
+ display: table-row;
+}
+
+p.imagecachelist strong span {
background: #c8d5ff;
- padding: 2px;
- text-align: left;
}
-table.imagecachelist td {
+p.imagecachelist span {
border-top: 1px solid #bcf;
- padding: 2px;
+ padding: 2px 0.5em;
+ display: table-cell;
}