Minor style tweaks here and there.
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
9a247340e7
commit
ec4b899d0c
1 changed files with 5 additions and 7 deletions
|
@ -628,7 +628,7 @@ fieldset.rows ol.radio label.radio {
|
||||||
|
|
||||||
fieldset.rows table {
|
fieldset.rows table {
|
||||||
clear : both;
|
clear : both;
|
||||||
margin-left : 1em;
|
margin : 1em 0 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.rows td label {
|
fieldset.rows td label {
|
||||||
|
@ -656,7 +656,7 @@ a.cancel {
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.rows fieldset.action {
|
fieldset.rows fieldset.action {
|
||||||
padding : 0 0 1em 1em;
|
padding : 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.rows .inputnote {
|
fieldset.rows .inputnote {
|
||||||
|
@ -1017,11 +1017,9 @@ span.required {
|
||||||
}
|
}
|
||||||
|
|
||||||
.term {
|
.term {
|
||||||
background-color:yellow;
|
background-color: #FFC;
|
||||||
}
|
color : #990000;
|
||||||
|
text-decoration : underline;
|
||||||
.term {
|
|
||||||
background-color:yellow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#menu {
|
div#menu {
|
||||||
|
|
Loading…
Reference in a new issue