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

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