remove top margin from header

This commit is contained in:
digital-gnome 2017-11-30 16:46:51 -05:00
parent 898c9e7473
commit 539172b769
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
/* /*
* ZoneMinder Base Stylesheet, $Date$, $Revision$ * ZoneMinder Base Stylesheet, $Date$, $Revision$
* Copyright (C) 2001-2008 Philip Coombes * Copyright (C) 2001-2008 Philip Coombes
@ -346,7 +347,7 @@ th.table-th-sort-rev span.table-th-sort-span {
#header { #header {
width: 100%; width: 100%;
margin: 4px auto; margin: 0 auto 4px auto;
line-height: 1; line-height: 1;
text-align: left; text-align: left;
padding: 3px 0; padding: 3px 0;

View File

@ -376,7 +376,7 @@ th.table-th-sort-rev span.table-th-sort-span {
line-height: 1; line-height: 1;
text-align: left; text-align: left;
padding: 5px 20px; padding: 5px 20px;
margin: 4px auto; margin: 0 auto 4px auto;
font-weight: 300; font-weight: 300;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
} }

View File

@ -372,7 +372,7 @@ th.table-th-sort-rev span.table-th-sort-span {
text-align: left; text-align: left;
background-color: #383836; background-color: #383836;
padding: 5px 20px; padding: 5px 20px;
margin: 4px auto; margin: 0 auto 4px auto;
color: #f2f2f2; color: #f2f2f2;
font-weight: 300; font-weight: 300;
} }