PluginProbe
Zone Manager (Zoninator) / 0.6
Zone Manager (Zoninator) v0.6
trunk 0.1 0.10.0 0.10.1 0.10.2 0.11.0 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
zoninator / css / zoninator.css

zoninator.css in Zone Manager (Zoninator) 0.6, at css/zoninator.css

235 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wrap.zoninator-page {
2 width: 95%;
3 }
4 #zoninator-wrap {
5 overflow: hidden;
6 clear: both;
7 position: relative;
8 margin-top: 15px;
9 }
10 #zoninator-wrap .delete {
11 color: #BC0B0B;
12 }
13
14 /** Tabs **/
15 .zone-tabs-container {
16 width: 30%;
17 float: left;
18 }
19 .zone-tabs-wrapper .zone-tab {
20 display: block;
21 background: #fff;
22 }
23 .zone-tabs-wrapper .zone-tab:hover,
24 .zone-tabs-wrapper .zone-tab:active,
25 .zone-tabs-wrapper .zone-tab-active {
26 background: #0074a2;
27 color: #fff;
28 }
29
30 /** Edit **/
31 #zone-edit-wrapper {
32 padding: 10px;
33 overflow: hidden;
34 border: 1px solid #ccc;
35 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
36 background: url(images/gray-grad.png) repeat-x scroll left top #dfdfdf;
37
38 width: 67%;
39 float: right;
40 }
41 #zone-edit-wrapper .form-wrap {
42 margin: 0;
43 }
44 #zone-edit-wrapper .form-field {
45 padding: 0;
46 }
47 #zone-edit-wrapper .form-field.error {
48 padding: 0 10px 5px;
49 }
50 #zone-edit-wrapper .form-field input,
51 #zone-edit-wrapper .form-field textarea {
52 width: 98%;
53 }
54 #zone-edit-wrapper .submit-field {
55 width: 95%;
56 }
57 #zone-edit-wrapper .submit-field .submitdelete {
58 float: right;
59 }
60 #zone-info-readonly label {
61 font-weight: bold;
62 }
63 #zone-info-readonly span {
64 }
65
66 /** Zone Posts **/
67 .zone-info-col {
68 border-bottom: 1px dotted #333;
69 padding-bottom: 15px;
70 margin-bottom: 15px;
71 }
72 .zone-posts-col {
73 background: #fff;
74 border: 1px solid #ccc;
75 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
76
77 padding: 10px;
78 }
79 .zone-posts-col h3 {
80 margin: 3px 0;
81 }
82 .zone-posts-wrapper.loading {
83 background: url(images/wpspin_light.gif) no-repeat right top;
84 }
85 .zone-posts-wrapper.readonly {
86 }
87 .zone-posts-wrapper.readonly .zone-search-wrapper,
88 .zone-posts-wrapper.readonly .row-actions {
89 display: none !important;
90 }
91 .zone-posts-wrapper.readonly .zone-post {
92 cursor: default !important;
93 }
94 .zone-posts-wrapper.readonly .zone-post:hover .zone-post-position {
95 background: none;
96 text-indent: 0;
97 }
98
99 .zone-posts-list {
100 margin: 10px 0;
101 }
102 .zone-posts-list .ui-state-highlight {
103 margin-bottom: 5px;
104 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
105 }
106 .zone-posts-list.ui-sortable .zone-post {
107 cursor: move;
108 }
109 .zone-post {
110 padding: 5px 0 5px 10px;
111 margin-bottom: 5px;
112 font-size: 12px;
113 line-height: 15px;
114 font-weight: bold;
115 color: #444;
116 overflow: hidden;
117
118 border: 1px dotted #eee;
119 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
120
121 background: #f5f5f5;
122 }
123 .zone-post table {
124 width: 100%;
125 }
126 .zone-post-col {
127 }
128 .zone-post:hover .zone-post-position {
129 background: url(images/drag.png) no-repeat left center;
130 text-indent: -9999px;
131 }
132 .zone-post-position {
133 font-size: 24px;
134 line-height: 32px;
135 font-weight: normal;
136 text-align: center;
137 width: 32px;
138 }
139 /*
140 .zone-post-handle {
141 display: block;
142 background: url(images/drag.png) no-repeat center center;
143 width: 32px;
144 height: 32px;
145
146 float: right;
147 visibility: hidden;
148 }
149 */
150 .zone-post-status {
151 color: #999;
152 }
153 .zone-post .row-actions {
154 font-size: 11px;
155 font-weight: normal;
156 }
157 .zone-post:hover .row-actions,
158 .zone-post.loading .row-actions,
159 .zone-post:hover .zone-post-handle,
160 .zone-post.loading .zone-post-handle {
161 visibility: visible;
162 }
163 .zone-post.loading .zone-post-position {
164 background: url(images/wpspin_light.gif) no-repeat center center;
165 text-indent: -9999px;
166 }
167 .zone-search-wrapper {
168 padding: 7px 0;
169 border-bottom: 1px dotted #999;
170 }
171 #zone-post-search {
172 width: 99%;
173 }
174 #zone-post-latest {
175 width: 98%;
176 }
177
178 /** Autocomplete **/
179 .ui-autocomplete-input.loading {
180 background: url(images/wpspin_light.gif) no-repeat right center;
181 }
182 .ui-autocomplete {
183 min-width: 330px;
184 max-width: 600px;
185 font-size: 13px;
186 line-height: 17px;
187 }
188 .ui-autocomplete .ui-corner-all {
189 padding-top: 5px;
190 padding-bottom: 5px;
191 border-bottom: 1px dotted #eee;
192 cursor: pointer;
193 overflow: hidden;
194 }
195 .ui-autocomplete .title {
196 display: block;
197 width: 80%;
198 float: left;
199 }
200 .ui-autocomplete .date {
201 text-transform: uppercase;
202 color: #666;
203 font-size: 11px;
204 clear: both;
205 float: left;
206 }
207 .ui-autocomplete .type {
208 text-transform: uppercase;
209 color: #666;
210 font-size: 11px;
211 width: 19%;
212 margin-left: 1%;
213 float: right;
214 text-align: right;
215 }
216 .ui-autocomplete .status {
217 font-size: 10px;
218 width: 19%;
219 margin-left: 1%;
220 float: right;
221 text-align: right;
222 }
223
224 .zone-advanced-search-filters-wrapper {
225 display: none;
226 }
227
228 .zone-advanced-search-filters-heading {
229 float: right;
230 font-weight: bold;
231 }
232 .zone-toggle-advanced-search {
233 cursor: pointer;
234 }
235