better middle alignment
This commit is contained in:
parent
49d79d2321
commit
52f006691f
@ -236,3 +236,6 @@ hr{
|
||||
border: 0;
|
||||
height: 1px;
|
||||
}
|
||||
img, input, select, button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@ -487,7 +487,9 @@ hr{
|
||||
.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
img, input, select, button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
/* some styles for IDs: */
|
||||
|
||||
@ -67,4 +67,8 @@ div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_
|
||||
/* Always enabled stylesheets (left frame) */
|
||||
body {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; }
|
||||
input {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>}
|
||||
select {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; background-color: #ffffff; color: #000000}
|
||||
select {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; background-color: #ffffff; color: #000000}
|
||||
|
||||
img, input, select, button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@ -253,6 +253,11 @@ div.tblWarn {
|
||||
vertical-align: middle;
|
||||
padding: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
img, input, select, button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
.serverinfo a:link, .serverinfo a:activ, .serverinfo a:visited {
|
||||
font-family: <?php echo $right_font_family; ?>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user