PluginProbe
Widget Context / 0.4.3
Widget Context v0.4.3
1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 trunk 0.4.1 0.4.2 0.4.3 0.4.4 0.4.5 0.6 0.7 0.7.1 0.7.2 0.8 0.8.1 All 30 releases
widget-context / admin-style.css

admin-style.css in Widget Context 0.4.3, at admin-style.css

39 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .widget-context, .wl-visibility label { -moz-border-radius:0.5em; -webkit-border-radius:0.5em; }
2 .widget-context-inside { -moz-border-radius:0.25em; -webkit-border-radius:0.25em; }
3
4 .widget-context { width:64em; float:right; clear:both; margin-bottom:1em; background:#fff; }
5 .widget-context-inside { background-color:#fff; float:left; clear:both; padding:1em 2em 1em 1em; border:1px solid #ccc; border-top-width:thick; margin:1em 0 1em 1em; }
6 .widget-context h5 { font-size:1.1em; margin:0; float:left; }
7 .widget-context .wl-header { float:left; width:100%; clear:both; margin-bottom:1em; border-bottom:2px solid #ccc; }
8 .widget-context .wl-wrap-columns { float:left; width:100%; clear:both; }
9
10 .wl-columns { float:left; width:35%; padding-top:0.5em; }
11 .wl-columns input { vertical-align:middle; }
12 .wl-column-2-1 { float:left; width:47%; }
13 .wl-column-2-2 { float:right; width:52%; }
14 .wl-columns label { display:block; }
15
16 .wl-word-count .wl-check_wordcount_type select { font-size:1.1em; padding:0; }
17 .wl-word-count label { display:inline; }
18 .wl-word-count .wl-word_count input { display:inline; width:3em; padding:0; }
19
20 .tw-in-widget-list select { width:100%; }
21 .wl-options { float:right; width:60%; }
22 .wl-options .wl-urls { clear:both; }
23 .wl-options .wl-urls textarea { width:100%; height:7em; font-size:0.96em; line-height:1.25em; }
24 .wl-tip { font-size:0.9em; line-height:1.25em; }
25 .wl-visibility input { vertical-align:middle; }
26 .wl-visibility label { margin-left:1em; padding:0.25em 0.5em; }
27
28 .wl-notes { float:left; width:100%; clear:both; }
29 .wl-notes textarea { float:left; width:100%; clear:both; height:4em; font-size:1em; line-height:1.25em; }
30 .wl-visibility label.wl-active { background:#93DB70; }
31
32 li.widget-list-control-item div.widget-control p.wl-visibility { float:left; }
33 li.widget-list-control-item div.widget-control p.show-support { margin:0; padding:0.5em 0; border-bottom:1px solid #ddd; color:darkgreen; }
34
35 .widget-liquid-right .widget, #wp_inactive_widgets .widget { overflow:visible !important; }
36
37 .widget-context p.show-support { background:#F0E68C; margin:0 0 0.5em 0; padding:0.25em 0.5em; float:left; width:100%; clear:both; }
38
39