Command: Correct layout & styles.

This commit is contained in:
reliberate
2016-03-27 02:54:29 -06:00
parent 11f33c6e5b
commit eb7f66e42e
2 changed files with 15 additions and 10 deletions

View File

@@ -177,7 +177,7 @@
?>
background-repeat: no-repeat;
background-attachment: fixed;
}
}
div#footer {
background: <?php echo ($_SESSION['theme']['footer_background_color']['text'] != '') ? $_SESSION['theme']['footer_background_color']['text'] : 'rgba(0,0,0,0.2)'; ?>;
@@ -687,6 +687,11 @@
padding: 1px;
}
label {
font-weight: normal;
vertical-align: middle;
}
/* TABLES *****************************************************************/
.vncell {