fix body padding only for console and options

pull/1480/head
Isaac Connor 2016-05-12 10:45:13 -04:00
parent 4843cb094e
commit 2144cb7de6
4 changed files with 7 additions and 22 deletions

View File

@ -1,21 +0,0 @@
AUTOMAKE_OPTIONS = gnu
webdir = @WEB_PREFIX@/includes
web_DATA = \
config.php
dist_web_DATA = \
Event.php \
Monitor.php \
Server.php \
Storage.php \
actions.php \
database.php \
functions.php \
control_functions.php \
lang.php \
logger.php
EXTRA_DIST = \
config.php.in

View File

@ -26,7 +26,6 @@ body {
font-size: 18px;
color: #333333;
font-weight: normal;
padding-top: 70px;
}
h1 {

View File

@ -94,4 +94,7 @@
#consoleTable .colRightButtons input {
margin: 0 8px;
}
body {
padding-top: 70px;
}

View File

@ -0,0 +1,4 @@
body {
padding-top: 70px;
}