3991e02b by Marty Penner

Re-position header and footer and correct sidebar accordingly, and increase font…

…-size for DataTables footer. refs #1357
1 parent b987d82d
......@@ -27,15 +27,31 @@
*/
}
#wphead { background:#3b0d32; height:56px; border-bottom: 2px solid #71aed7; }
#footer { background:#3b0d32; color:#fadfb3; }
#wphead {
background: #3b0d32;
height: 56px;
border-bottom: 2px solid #71aed7;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
width: 100%;
margin-left: 0;
}
#footer {
background: #3b0d32;
color: #fadfb3;
margin: 0;
padding: 10px;
}
#footer {
border-style:solid;
border-top:1px solid;
margin-top:-46px;
border-color: #71aed7;
border:none;
border-style: solid;
border-top: 1px solid;
margin-top: -46px;
border-color: #71aed7;
border: none;
}
#wphead h1 {
......@@ -56,6 +72,14 @@ border:none;
#wphead > a { color:#fff; }
#adminmenuback, #adminmenuwrap, #wpbody-content {
margin-top: 66px;
}
#adminmenuback, #adminmenuwrap {
padding-bottom: 3.2em;
}
#user_info {margin-top:5px; color:#fff; }
#user_info p a, #user_info a { color: #fadfb3; }
#favorite-actions { margin: 15px 12px 0; }
......@@ -571,7 +595,7 @@ div.tablesorterPager input {
#mytable_length, .dataTables_length { float:left; width:200px; }
#mytable_filter, .dataTables_filter { float:right; text-align:right; width:400px; }
#mytable_info, .dataTables_info { font-size:11px; color: #bbb;}
#mytable_info, .dataTables_info { font-size: 12px; color: #bbb;}
.tz-data-table-no-sort thead { display: none; }
......@@ -592,7 +616,7 @@ div.tablesorterPager input {
.dataTables_info { float:left; }
.dataTables_paginate { float:right; width: 400px; text-align:right; font-size: 11px; }
.dataTables_paginate { float:right; width: 400px; text-align:right; font-size: 12px; }
.paginate_button,
.paginate_button_disabled,
......@@ -702,3 +726,12 @@ ul.action-class {}
ul.action-class li { margin: 0px 0px 10px 0px;}
div.wrap > h2 { font-size: 25px; }
#adminmenu > li.wp-first-item {
border-top: 3px solid #ddd;
}
#adminmenu > li.wp-first-item a,
#adminmenu > li.wp-first-item.wp-menu-open {
border-top: none;
}
\ No newline at end of file
......