CSS changes for the single status variables table

This commit is contained in:
tyron 2011-05-16 15:41:59 +02:00
parent 0839be45a5
commit 6d7358abb3

View File

@ -1174,18 +1174,19 @@ div#serverstatus table#serverstatusconnections {
float: <?php echo $left; ?>;
}
#serverstatussection,
.clearfloat {
clear: both;
}
div#serverstatussection table {
table#serverstatusvariables {
width: 100%;
margin-bottom: 1em;
margin-top:1em;
}
div#serverstatussection table .name {
table#serverstatusvariables .name {
width: 18em;
white-space:nowrap;
}
div#serverstatussection table .value {
table#serverstatusvariables .value {
width: 6em;
}