more work on rename

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@197 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2011-06-25 20:59:50 +00:00
parent 9faac3c8fe
commit 8d67bb82bb
11 changed files with 300 additions and 54 deletions

View File

@@ -63,13 +63,13 @@ table.borders, table.borders td, table.borders th
empty-cells: show;
}
table tr.odd, table td.odd
table tr.odd, table td.odd, table th.odd
{
background: #ccff99;
color: black;
}
table tr.even, table td.even
table tr.even, table td.even, table th.even
{
background: #ffffcc;
color: black;
@@ -86,7 +86,7 @@ table th
text-align: left;
}
table.keyval th
table.keyval th, th.key
{
background: #ccff99;
font-weight: bold;
@@ -174,6 +174,12 @@ pre, .pre
background: transparent;
}
.filesize
{
color: #6a6aff;
background: transparent;
}
.footnote
{
color: #ff4000;
@@ -225,3 +231,13 @@ img.progress
vertical-align: middle;
}
.block
{
display: block;
}
input.text
{
padding: .4em;
}