PluginProbe
Edit Flow / 0.8.2
Edit Flow v0.8.2
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
edit-flow / modules / settings / lib / settings.css

settings.css in Edit Flow 0.8.2, at modules/settings/lib/settings.css

230 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* @override http://localhost:8888/wpplugindev/wp-content/plugins/edit-flow/css/settings.css?ver=0.6.4 */
2
3 .float-right {
4 float:right;
5 }
6
7 .float-left {
8 float: left;
9 }
10
11 .clear-left {
12 clear: left;
13 }
14
15 .clear-right {
16 clear: right;
17 }
18
19 .clear-both {
20 clear: both;
21 }
22
23 .edit-flow-modules {
24 min-width: 740px;
25 width: 100%;
26 overflow: hidden;
27 margin-top: 20px;
28 }
29
30 .edit-flow-modules .edit-flow-module {
31 width: 210px;
32 min-height: 150px;
33 position: relative;
34 float: left;
35 border: 1px solid #e1e1e1;
36 padding: 10px;
37 background-color: #f1f1f1;
38 -webkit-border-radius: 3px;
39 -moz-border-radius: 3px;
40 border-radius: 3px;
41 margin-right: 15px;
42 margin-bottom: 15px;
43 }
44
45 .edit-flow-modules .edit-flow-module p {
46 font-size: 12px;
47 color: #3d3d3d;
48 line-height: 150%;
49 font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
50 }
51
52 .edit-flow-modules .edit-flow-module h4 {
53 color: #000000;
54 font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
55 font-size: 17px;
56 font-style: normal;
57 font-weight: normal;
58 line-height: 1.1;
59 margin: 0;
60 padding: 0;
61 }
62
63 .edit-flow-modules .edit-flow-module .edit-flow-module-actions {
64 position: absolute;
65 bottom: 0px;
66 left: 10px;
67 width: 210px;
68 }
69
70 .edit-flow-modules .edit-flow-module .button-primary {
71 color: #f1f1f1;
72 border: solid 1px #538312;
73 background: #64991e;
74 background: -webkit-gradient(linear, left top, left bottom, from(#86C67C), to(#3D8B37));
75 background: -moz-linear-gradient(top, #86C67C, #3D8B37);
76 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86C67C', endColorstr='#3D8B37');
77 }
78
79 .edit-flow-modules .edit-flow-module .button-primary:hover {
80 color: #FFFFFF;
81 border-color: #3B5D0C;
82 }
83
84 .edit-flow-modules .edit-flow-module .button-primary.configure-edit-flow-module {
85 color: #f1f1f1;
86 border: solid 1px #666;
87 background: #DDD;
88 background: -webkit-gradient(linear, left top, left bottom, from(#BBB), to(#888));
89 background: -moz-linear-gradient(top, #BBB, #888);
90 box-shadow: none;
91 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBB', endColorstr='#888');
92 text-shadow: none;
93 }
94
95 .edit-flow-modules .edit-flow-module .button-primary.configure-edit-flow-module:hover {
96 color: #FFF;
97 border-color: #444;
98 }
99
100 .edit-flow-admin a.cancel-settings-link {
101 margin-left: 10px;
102 }
103
104 .edit-flow-admin .inline-edit-row fieldset label span.title {
105 width: 6em;
106 }
107
108 .edit-flow-admin .inline-edit-row fieldset label span.input-text-wrap {
109 margin-left: 6em;
110 }
111
112 .edit-flow-admin .explanation,
113 .edit-flow-admin .explanation p {
114 font-size: 16px;
115 line-height: 22px;
116 }
117
118 .edit-flow-admin .explanation {
119 margin-bottom: 1em;
120 }
121
122 .edit-flow-admin .explanation p {
123 margin: 0.5em 0;
124 }
125
126 .edit-flow-admin .tablenav {
127 display: none;
128 }
129
130 /* Display drag handles for the cursor on sortable list tables for our custom taxonomies */
131 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.term-static {
132 cursor: move;
133 }
134
135 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper td,
136 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper .row-actions {
137 visibility: hidden;
138 }
139
140 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper {
141 border: 1px solid #DFDFDF;
142 }
143
144 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper td.column-name {
145 visibility: visible;
146 border-bottom: none;
147 }
148
149 /* Display disabled inputs with a very light gray background */
150 .edit-flow-admin input[disabled] {
151 background-color: #eee;
152 }
153
154 .edit-flow-modules .edit-flow-module input.button,
155 .edit-flow-modules .edit-flow-module a.button {
156 font-weight: normal;
157 margin: 0;
158 }
159
160 .edit-flow-modules .edit-flow-module a.button-primary {
161 float: right;
162 }
163
164 .credits {
165 color: #666666;
166 font-size: 11px;
167 }
168
169 .credits a {
170 color: #666666;
171 }
172
173 /* Module specific image styles */
174
175 .button-inline-block {
176 display: inline-block;
177 }
178
179 h3.nav-tab-wrapper {
180 margin-top: 0;
181 }
182
183 .form-wrap .form-field {
184 margin: 0;
185 padding-top: 3px;
186 padding-bottom: 3px;
187 padding-left: 0;
188 padding-right: 0;
189 }
190
191 .form-error p {
192 font-weight:bold;
193 color: #CC0000;
194 }
195
196 .form-wrap p.submit a {
197 font-style: normal;
198 }
199
200 .edit-flow-message {
201 position: relative;
202 top: -5px;
203 margin-left: 25px;
204 font-weight:normal;
205 font-size: 12px;
206 line-height: 20px;
207 padding-left: 25px;
208 padding-right: 25px;
209 padding-top: 5px;
210 padding-bottom: 4px;
211 -moz-border-radius: 3px;
212 -webkit-border-radius: 3px;
213 border-radius: 3px;
214 }
215
216 .edit-flow-updated-message {
217 background-color: #FFFFE0;
218 border: 1px solid #E6DB55;
219 }
220
221 .edit-flow-error-message {
222 background-color: #FFEBE8;
223 border: 1px solid #CC0000;
224 }
225
226 /* Admin Menu Icon */
227 #adminmenu .toplevel_page_ef-settings .wp-menu-image img {
228 width: 16px;
229 height: 16px;
230 }