Introducing tr:last-child {} for last table row color differential.

This commit is contained in:
z3d
2009-07-17 19:36:12 +00:00
parent 37c494bf0a
commit a09c06849b
2 changed files with 20 additions and 16 deletions

View File

@ -159,7 +159,7 @@ div.confignav {
}
div.configure {
padding: 15px;
padding: 0 15px;
margin: 10px 0px;
background: #005;
-moz-border-radius: 4px;
@ -228,6 +228,12 @@ tr:nth-child(odd) {
vertical-align: middle;
}
tr:last-child {
background: #bbf url('images/lightbluetile.png') !important;
font-weight: bold;
font-size: 8pt;
}
td {
padding: 5px 10px;
color: #eef;
@ -452,7 +458,7 @@ textarea {
background: #001;
color: #eef;
padding: 5px;
margin: 0 5px 5px 0px;
margin: 15px 15px 5px 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;

View File

@ -164,7 +164,7 @@ div.confignav {
}
div.configure {
padding: 15px 10px !important;
padding: 0 15px !important;
margin: 10px 0px 25px 0;
background: #ddf url('images/lightbluetile.png');
-moz-border-radius: 4px;
@ -174,7 +174,7 @@ div.configure {
}
div.messages {
padding: 0 10px;
padding: 10px;
margin: 10px 0 20px 0;
background: #ddf;
-moz-border-radius: 4px;
@ -182,18 +182,9 @@ div.messages {
border-radius: 4px;
border: 1px solid #000033;
background: #008 url('images/lightbluetile.png');
font-weight: bold;
}
/*
div.messages {
padding: 0 10px;
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}
*/
div.messages span.error {
color: #d00000;
}
@ -241,6 +232,13 @@ tr:nth-child(odd) {
background: #bbf url('images/tabletile_alt.png') !important;
}
tr:last-child {
background: #bbf url('images/tabletilelighter.png') !important;
font-weight: bold;
font-size: 8pt;
border: 1px solid #002 !important;
}
td {
padding: 5px;
color: #000;
@ -463,7 +461,7 @@ select {
textarea {
padding: 5px;
margin: 0 5px 5px 0px;
margin: 15px 15px 5px 0px;
background: #eef;
color: #003;
border-radius: 4px;