Style for about:imagecache page.

svn path=/trunk/netsurf/; revision=13853
This commit is contained in:
Michael Drake 2012-04-12 12:36:06 +00:00
parent 5266539f92
commit 75274ca5c3

View File

@ -159,6 +159,7 @@ body#dirlist span.size + span.size {
text-align: left; text-align: left;
padding-right: 0; } padding-right: 0; }
/* /*
* configuration listing style * configuration listing style
*/ */
@ -175,19 +176,29 @@ body#configlist table.config td + td {
body#configlist .null-content { body#configlist .null-content {
font-style: italic; } font-style: italic; }
/* about:imagecache */
/*
* about:imagecache
*/
table.imagecachelist { table.imagecachelist {
border: 1px solid #000;
border-spacing: 0px; 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 { table.imagecachelist th {
border: 1px solid #000; background: #c8d5ff;
padding: 2px;
text-align: left;
} }
table.imagecachelist td { table.imagecachelist td {
border: 1px solid #000; border-top: 1px solid #bcf;
padding: 2px;
} }