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 @@ ...@@ -27,15 +27,31 @@
27 */ 27 */
28 } 28 }
29 29
30 #wphead { background:#3b0d32; height:56px; border-bottom: 2px solid #71aed7; } 30 #wphead {
31 #footer { background:#3b0d32; color:#fadfb3; } 31 background: #3b0d32;
32 height: 56px;
33 border-bottom: 2px solid #71aed7;
34 position: absolute;
35 left: 0;
36 top: 0;
37 z-index: 1000;
38 width: 100%;
39 margin-left: 0;
40 }
41
42 #footer {
43 background: #3b0d32;
44 color: #fadfb3;
45 margin: 0;
46 padding: 10px;
47 }
32 48
33 #footer { 49 #footer {
34 border-style:solid; 50 border-style: solid;
35 border-top:1px solid; 51 border-top: 1px solid;
36 margin-top:-46px; 52 margin-top: -46px;
37 border-color: #71aed7; 53 border-color: #71aed7;
38 border:none; 54 border: none;
39 } 55 }
40 56
41 #wphead h1 { 57 #wphead h1 {
...@@ -56,6 +72,14 @@ border:none; ...@@ -56,6 +72,14 @@ border:none;
56 72
57 #wphead > a { color:#fff; } 73 #wphead > a { color:#fff; }
58 74
75 #adminmenuback, #adminmenuwrap, #wpbody-content {
76 margin-top: 66px;
77 }
78
79 #adminmenuback, #adminmenuwrap {
80 padding-bottom: 3.2em;
81 }
82
59 #user_info {margin-top:5px; color:#fff; } 83 #user_info {margin-top:5px; color:#fff; }
60 #user_info p a, #user_info a { color: #fadfb3; } 84 #user_info p a, #user_info a { color: #fadfb3; }
61 #favorite-actions { margin: 15px 12px 0; } 85 #favorite-actions { margin: 15px 12px 0; }
...@@ -571,7 +595,7 @@ div.tablesorterPager input { ...@@ -571,7 +595,7 @@ div.tablesorterPager input {
571 595
572 #mytable_length, .dataTables_length { float:left; width:200px; } 596 #mytable_length, .dataTables_length { float:left; width:200px; }
573 #mytable_filter, .dataTables_filter { float:right; text-align:right; width:400px; } 597 #mytable_filter, .dataTables_filter { float:right; text-align:right; width:400px; }
574 #mytable_info, .dataTables_info { font-size:11px; color: #bbb;} 598 #mytable_info, .dataTables_info { font-size: 12px; color: #bbb;}
575 599
576 .tz-data-table-no-sort thead { display: none; } 600 .tz-data-table-no-sort thead { display: none; }
577 601
...@@ -592,7 +616,7 @@ div.tablesorterPager input { ...@@ -592,7 +616,7 @@ div.tablesorterPager input {
592 616
593 617
594 .dataTables_info { float:left; } 618 .dataTables_info { float:left; }
595 .dataTables_paginate { float:right; width: 400px; text-align:right; font-size: 11px; } 619 .dataTables_paginate { float:right; width: 400px; text-align:right; font-size: 12px; }
596 620
597 .paginate_button, 621 .paginate_button,
598 .paginate_button_disabled, 622 .paginate_button_disabled,
...@@ -701,4 +725,13 @@ div.dataTables_paginate span.paginate_active { ...@@ -701,4 +725,13 @@ div.dataTables_paginate span.paginate_active {
701 ul.action-class {} 725 ul.action-class {}
702 ul.action-class li { margin: 0px 0px 10px 0px;} 726 ul.action-class li { margin: 0px 0px 10px 0px;}
703 727
704 div.wrap > h2 { font-size: 25px; }
...\ No newline at end of file ...\ No newline at end of file
728 div.wrap > h2 { font-size: 25px; }
729
730 #adminmenu > li.wp-first-item {
731 border-top: 3px solid #ddd;
732 }
733
734 #adminmenu > li.wp-first-item a,
735 #adminmenu > li.wp-first-item.wp-menu-open {
736 border-top: none;
737 }
...\ No newline at end of file ...\ No newline at end of file
......