remove top margin from header
This commit is contained in:
parent
898c9e7473
commit
539172b769
|
@ -1,3 +1,4 @@
|
|||
|
||||
/*
|
||||
* ZoneMinder Base Stylesheet, $Date$, $Revision$
|
||||
* Copyright (C) 2001-2008 Philip Coombes
|
||||
|
@ -346,7 +347,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
|
||||
#header {
|
||||
width: 100%;
|
||||
margin: 4px auto;
|
||||
margin: 0 auto 4px auto;
|
||||
line-height: 1;
|
||||
text-align: left;
|
||||
padding: 3px 0;
|
||||
|
|
|
@ -376,7 +376,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
line-height: 1;
|
||||
text-align: left;
|
||||
padding: 5px 20px;
|
||||
margin: 4px auto;
|
||||
margin: 0 auto 4px auto;
|
||||
font-weight: 300;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
|
|
@ -372,7 +372,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
text-align: left;
|
||||
background-color: #383836;
|
||||
padding: 5px 20px;
|
||||
margin: 4px auto;
|
||||
margin: 0 auto 4px auto;
|
||||
color: #f2f2f2;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue