6f931c50 by Marty Penner

Correct a few admin styles that broke in the WP upgrade. refs #1604

1 parent 0e493204
...@@ -44,9 +44,6 @@ ...@@ -44,9 +44,6 @@
44 color: #fadfb3; 44 color: #fadfb3;
45 margin: 0; 45 margin: 0;
46 padding: 10px; 46 padding: 10px;
47 }
48
49 #footer {
50 border-style: solid; 47 border-style: solid;
51 border-top: 1px solid; 48 border-top: 1px solid;
52 margin-top: -46px; 49 margin-top: -46px;
...@@ -72,10 +69,6 @@ ...@@ -72,10 +69,6 @@
72 69
73 #wphead > a { color:#fff; } 70 #wphead > a { color:#fff; }
74 71
75 #adminmenuback, #adminmenuwrap, #wpbody-content {
76 margin-top: 66px;
77 }
78
79 #adminmenuback, #adminmenuwrap { 72 #adminmenuback, #adminmenuwrap {
80 padding-bottom: 3.2em; 73 padding-bottom: 3.2em;
81 } 74 }
...@@ -89,27 +82,35 @@ ...@@ -89,27 +82,35 @@
89 text-decoration:none; 82 text-decoration:none;
90 } 83 }
91 84
92 .wp-admin { background:#fdfdee;} 85 #wp-admin-bar-comments,
86 #wp-admin-bar-updates {
87 display: none;
88 }
93 89
94 #backtoblog { background:#3b0d32; color:#fadfb3; } 90 #adminmenuback,
91 #adminmenuwrap,
92 #adminmenu,
93 #adminmenu .wp-submenu,
94 #adminmenu .wp-submenu-wrap,
95 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
96 width: 150px;
97 }
95 98
96 /* 99 #adminmenu .wp-has-current-submenu .wp-menu-arrow div {
97 #wphead { display:none; } 100 left: 3px;
101 }
98 102
99 #TzBrandingHeader { 103 #adminmenu li .wp-submenu,
100 background-color:#3B0D32; 104 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
101 color:#fff; 105 left: 151px;
102 height:75px;
103 background: #3B0D32 url(../images/tenzing.gif) top right no-repeat;
104 } 106 }
105 #TzBrandingHeader_UtilityMenu { 107
106 font-size:11px; 108 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
107 padding: 18px 0 0 25px; 109 -webkit-transform: translate(150px);
110 transform: translate(150px);
108 } 111 }
109 #TzBrandingHeader_UtilityMenu a { color: #fce4c0; text-decoration:none; }
110 #TzBrandingHeader_UtilityMenu a:hover { color: #f7bd55; text-decoration:underline;}
111 112
112 /* #footer { display:none;} */ 113 #backtoblog { background:#3b0d32; color:#fadfb3; }
113 114
114 #TzBrandingFooter { 115 #TzBrandingFooter {
115 background-color:#3B0D32; 116 background-color:#3B0D32;
...@@ -140,7 +141,6 @@ table.tabular-data tbody td {} ...@@ -140,7 +141,6 @@ table.tabular-data tbody td {}
140 141
141 .spinner { background: transparent url(../images/spinner.gif) left no-repeat;} 142 .spinner { background: transparent url(../images/spinner.gif) left no-repeat;}
142 143
143
144 #popup_container { 144 #popup_container {
145 font-family: Arial, sans-serif; 145 font-family: Arial, sans-serif;
146 font-size: 12px; 146 font-size: 12px;
...@@ -745,15 +745,6 @@ ul.action-class li { margin: 0px 0px 10px 0px;} ...@@ -745,15 +745,6 @@ ul.action-class li { margin: 0px 0px 10px 0px;}
745 745
746 div.wrap > h2 { font-size: 25px; } 746 div.wrap > h2 { font-size: 25px; }
747 747
748 #adminmenu > li.wp-first-item {
749 border-top: 3px solid #ddd;
750 }
751
752 #adminmenu > li.wp-first-item a,
753 #adminmenu > li.wp-first-item.wp-menu-open {
754 border-top: none;
755 }
756
757 /**** Event Editing ****/ 748 /**** Event Editing ****/
758 749
759 div.cct-fields > .fieldset-heading:first-child { 750 div.cct-fields > .fieldset-heading:first-child {
......
1 #login { 1 #login {
2 background: #3b0d32 url(../images/tenzing.gif) top right no-repeat !important; 2 background: #3b0d32 url(../images/tenzing.gif) top right no-repeat !important;
3 padding-top:70px; 3 padding-top: 70px;
4 } 4 }
5 5
6 body.login { 6 body.login {
7 background: #3b0d32 !important; 7 background: #3b0d32 !important;
8 } 8 }
9 9
10 #login {} 10 #login {
11 }
11 12
12 .login #nav a { 13 .login #nav a {
13 color:#fff !important; 14 color: #fff !important;
14 color:#fff; 15 color: #fff;
15 } 16 }
16 17
17 #login h1 { 18 #login h1 {
18 display:none; 19 display: none;
19 } 20 }
20 21
21
22 #login form { 22 #login form {
23 -moz-border-radius: 0px; 23 -moz-border-radius: 0px;
24 -khtml-border-radius: 0; 24 -khtml-border-radius: 0;
25 -webkit-border-radius: 0; 25 -webkit-border-radius: 0;
26 -moz-box-shadow:none; 26 -moz-box-shadow: none;
27 -webkit-box-shadow: none; 27 -webkit-box-shadow: none;
28 -khtml-box-shadow: none; 28 -khtml-box-shadow: none;
29 box-shadow: none; 29 box-shadow: none;
30 border-radius: 0px; 30 border-radius: 0px;
31 border: none; 31 border: none;
32 background : transparent; 32 background: transparent;
33 margin-left:0px; 33 margin-left: 0px;
34 }
34 35
36 form {
37 margin-left: 0px;
35 } 38 }
36 form { margin-left:0px;} 39
37 form { 40 form {
38 padding: 0px 16px 40px; 41 padding: 0px 16px 40px;
39 } 42 }
40 43
41 #login_error, .message { 44 #login_error,
45 .message {
42 -moz-border-radius: 0px; 46 -moz-border-radius: 0px;
43 border:none; 47 border: none;
44 margin: 0 8px 16px 8px; 48 margin: 0 8px 16px 8px;
45 border:1px solid #f7bd55; 49 border: 1px solid #f7bd55;
46 background-color:#b197ad; 50 background-color: #b197ad;
47 } 51 }
48 .updated, .login .message { 52 .updated,
49 background-color:#b197ad; 53 .login .message {
50 color:#fff; 54 background-color: #b197ad;
55 color: #fff;
51 } 56 }
52 57
53 label { 58 label {
54 color: #f7bd55; 59 color: #f7bd55;
55 font-size:11px; 60 font-size: 11px;
56 } 61 }
57 62
58 #nav { 63 #nav {
59 text-shadow: none; 64 text-shadow: none !important;
60 text-shadow: 0px; 65 text-shadow: 0px;
61 margin: 0; 66 margin: 0;
62 padding: 16px; 67 padding: 16px;
63 padding-top: 0px; 68 padding-top: 0px;
64 } 69 }
65 70
66 html {background-color:#3b0d32 !important;} 71 html {
72 background-color: #3b0d32 !important;
73 }
67 74
68 body.login { 75 body.login {
69 border-top-color:#3b0d32; 76 border-top-color: #3b0d32;
70 } 77 }
71 78
72 p#backtoblog { display:block; }
73
74 #backtoblog { 79 #backtoblog {
80 display: block;
75 background: #3b0d32; 81 background: #3b0d32;
76 color: #fadfb3; 82 color: #fadfb3;
77 border: none; 83 border: none;
78 text-shadow: none; 84 text-shadow: none !important;
79 position: absolute; 85 position: absolute;
80 top: 0; 86 top: 0;
81 left: 0; 87 left: 0;
82 } 88 }
89
83 .login #backtoblog a, 90 .login #backtoblog a,
84 .login #backtoblog a:hover { 91 .login #backtoblog a:hover {
85 color: #855d7e !important; 92 color: #855d7e !important;
86 text-decoration: none !important; 93 text-decoration: none !important;
87 } 94 }
88 95
96 .login #backtoblog a:hover {
97 color: #fff !important;
98 }
99
89 #user_pass, #user_login, #user_email { 100 #user_pass, #user_login, #user_email {
90 font-family: Georgia, Helvetica, Serif; 101 font-family: Georgia, Helvetica, Serif;
91 font-size:18px; 102 font-size: 18px;
92 font-style: italic; 103 font-style: italic;
93 } 104 }
...\ No newline at end of file ...\ No newline at end of file
......