fix body padding only for console and options
parent
4843cb094e
commit
2144cb7de6
|
@ -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
|
|
@ -26,7 +26,6 @@ body {
|
|||
font-size: 18px;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
@ -94,4 +94,7 @@
|
|||
#consoleTable .colRightButtons input {
|
||||
margin: 0 8px;
|
||||
}
|
||||
body {
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
body {
|
||||
padding-top: 70px;
|
||||
}
|
Loading…
Reference in New Issue