From 75274ca5c3a4df5b2c0ab6e3b919f66b2e093435 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 12 Apr 2012 12:36:06 +0000 Subject: Style for about:imagecache page. svn path=/trunk/netsurf/; revision=13853 --- !NetSurf/Resources/internal.css,f79 | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to '!NetSurf/Resources') 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; } -- cgit v1.2.3