PluginProbe
Edit Flow / 0.8
Edit Flow v0.8
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, at modules/settings/lib/settings.css

228 lines 4.6 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 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBB', endColorstr='#888');
91 }
92
93 .edit-flow-modules .edit-flow-module .button-primary.configure-edit-flow-module:hover {
94 color: #FFF;
95 border-color: #444;
96 }
97
98 .edit-flow-admin a.cancel-settings-link {
99 margin-left: 10px;
100 }
101
102 .edit-flow-admin .inline-edit-row fieldset label span.title {
103 width: 6em;
104 }
105
106 .edit-flow-admin .inline-edit-row fieldset label span.input-text-wrap {
107 margin-left: 6em;
108 }
109
110 .edit-flow-admin .explanation,
111 .edit-flow-admin .explanation p {
112 font-size: 16px;
113 line-height: 22px;
114 }
115
116 .edit-flow-admin .explanation {
117 margin-bottom: 1em;
118 }
119
120 .edit-flow-admin .explanation p {
121 margin: 0.5em 0;
122 }
123
124 .edit-flow-admin .tablenav {
125 display: none;
126 }
127
128 /* Display drag handles for the cursor on sortable list tables for our custom taxonomies */
129 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.term-static {
130 cursor: move;
131 }
132
133 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper td,
134 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper .row-actions {
135 visibility: hidden;
136 }
137
138 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper {
139 border: 1px solid #DFDFDF;
140 }
141
142 .edit-flow-admin table.wp-list-table tbody.ui-sortable tr.ui-sortable-helper td.column-name {
143 visibility: visible;
144 border-bottom: none;
145 }
146
147 /* Display disabled inputs with a very light gray background */
148 .edit-flow-admin input[disabled] {
149 background-color: #eee;
150 }
151
152 .edit-flow-modules .edit-flow-module input.button,
153 .edit-flow-modules .edit-flow-module a.button {
154 font-weight: normal;
155 margin: 0;
156 }
157
158 .edit-flow-modules .edit-flow-module a.button-primary {
159 float: right;
160 }
161
162 .credits {
163 color: #666666;
164 font-size: 11px;
165 }
166
167 .credits a {
168 color: #666666;
169 }
170
171 /* Module specific image styles */
172
173 .button-inline-block {
174 display: inline-block;
175 }
176
177 h3.nav-tab-wrapper {
178 margin-top: 0;
179 }
180
181 .form-wrap .form-field {
182 margin: 0;
183 padding-top: 3px;
184 padding-bottom: 3px;
185 padding-left: 0;
186 padding-right: 0;
187 }
188
189 .form-error p {
190 font-weight:bold;
191 color: #CC0000;
192 }
193
194 .form-wrap p.submit a {
195 font-style: normal;
196 }
197
198 .edit-flow-message {
199 position: relative;
200 top: -5px;
201 margin-left: 25px;
202 font-weight:normal;
203 font-size: 12px;
204 line-height: 20px;
205 padding-left: 25px;
206 padding-right: 25px;
207 padding-top: 5px;
208 padding-bottom: 4px;
209 -moz-border-radius: 3px;
210 -webkit-border-radius: 3px;
211 border-radius: 3px;
212 }
213
214 .edit-flow-updated-message {
215 background-color: #FFFFE0;
216 border: 1px solid #E6DB55;
217 }
218
219 .edit-flow-error-message {
220 background-color: #FFEBE8;
221 border: 1px solid #CC0000;
222 }
223
224 /* Admin Menu Icon */
225 #adminmenu .toplevel_page_ef-settings .wp-menu-image img {
226 width: 16px;
227 height: 16px;
228 }