better middle alignment

This commit is contained in:
Marc Delisle 2004-08-15 12:06:59 +00:00
parent 49d79d2321
commit 52f006691f
4 changed files with 16 additions and 2 deletions

View File

@ -236,3 +236,6 @@ hr{
border: 0;
height: 1px;
}
img, input, select, button {
vertical-align: middle;
}

View File

@ -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: */

View File

@ -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;
}

View File

@ -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; ?>;