Update CSS in other themes to accommodate changes required for Enhanced theme.
This commit is contained in:
parent
e023623cde
commit
b6839a8f2f
|
|
@ -65,6 +65,19 @@ td {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.list_control_icons {
|
||||||
|
padding: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
width: 50px;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: top;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
INPUT.btn {
|
INPUT.btn {
|
||||||
font-family: verdana;
|
font-family: verdana;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,19 @@ td {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.list_control_icons {
|
||||||
|
padding: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
width: 50px;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: top;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
INPUT.btn {
|
INPUT.btn {
|
||||||
font-family: verdana;
|
font-family: verdana;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,19 @@ td {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.list_control_icons {
|
||||||
|
padding: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
width: 50px;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: top;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
INPUT.btn {
|
INPUT.btn {
|
||||||
font-family: verdana;
|
font-family: verdana;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,19 @@ td {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.list_control_icons {
|
||||||
|
padding: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
width: 50px;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: top;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
INPUT.btn {
|
INPUT.btn {
|
||||||
font-family: verdana;
|
font-family: verdana;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue