PluginProbe
Edit Flow / 0.9.2
Edit Flow v0.9.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
← All changes | modules/settings/lib/settings.css +18 -13 0.7.20.9.2 View file →
@@ -20,16 +20,17 @@
20 20 clear: both;
21 21 }
22 22
23 23 .edit-flow-modules {
24 - min-width: 740px;
25 24 width: 100%;
26 25 overflow: hidden;
27 26 margin-top: 20px;
27 + display: flex;
28 + flex-wrap: wrap;
28 29 }
29 30
30 31 .edit-flow-modules .edit-flow-module {
31 - width: 210px;
32 + width: 250px;
32 33 min-height: 150px;
33 34 position: relative;
34 35 float: left;
35 36 border: 1px solid #e1e1e1;
@@ -63,20 +64,11 @@
63 64 .edit-flow-modules .edit-flow-module .edit-flow-module-actions {
64 65 position: absolute;
65 66 bottom: 0px;
66 67 left: 10px;
67 - width: 210px;
68 + width: 250px;
68 69 }
69 70
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 71 .edit-flow-modules .edit-flow-module .button-primary:hover {
80 72 color: #FFFFFF;
81 73 border-color: #3B5D0C;
82 74 }
@@ -86,11 +78,18 @@
86 78 border: solid 1px #666;
87 79 background: #DDD;
88 80 background: -webkit-gradient(linear, left top, left bottom, from(#BBB), to(#888));
89 81 background: -moz-linear-gradient(top, #BBB, #888);
82 + box-shadow: none;
90 83 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBB', endColorstr='#888');
84 + text-shadow: none;
85 + float: right;
91 86 }
92 87
88 +.edit-flow-modules .edit-flow-module .button-primary.enable-disable-edit-flow-module {
89 + float: left;
90 +}
91 +
93 92 .edit-flow-modules .edit-flow-module .button-primary.configure-edit-flow-module:hover {
94 93 color: #FFF;
95 94 border-color: #444;
96 95 }
@@ -218,5 +217,11 @@
218 217
219 218 .edit-flow-error-message {
220 219 background-color: #FFEBE8;
221 220 border: 1px solid #CC0000;
222 -}
221 +}
222 +
223 +/* Admin Menu Icon */
224 +#adminmenu .toplevel_page_ef-settings .wp-menu-image img {
225 + width: 16px;
226 + height: 16px;
227 +}