-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplugin.admin.css
42 lines (30 loc) · 2 KB
/
plugin.admin.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.invisible { position:absolute; left:-9999px; }
form { margin-bottom: 2em; }
div.shortcode-description { border:1px solid #DFDFDF; border-radius:5px; background:#fff; }
.collapsed .inside { display:none; }
div.meta-box .collapsed { position:relative; }
div.meta-box h4 { padding-left:1em; }
div.meta-box.collapsed h4, div.meta-box .collapsed h4 { position:absolute; top:-1em; right:20%; }
pre { white-space:pre-wrap; padding:2px; margin:0.5em; border:1px dotted #ddd; border-radius:4px; background-color:#FCFCFC; }
.shortcode-description legend { font-weight:bold; }
.shortcode-description fieldset { border:1px dotted #ccc; clear:both; padding:1em; margin-bottom:1em; background-color:rgb(234, 239, 245); }
div.field { padding-bottom:0.75em; }
div.field .text { width:50%; }
div.field em { display:block; margin-left:4em; margin-top:0.5em; }
table.mappings { width:100%; margin:1em 0.5em; border-bottom:1px solid #ccc; border-collapse:collapse; }
table.mappings td, table.mappings th { border:1px solid #ccc; }
table.mappings th .descr { font-weight:normal; font-size:75%; }
table.mappings caption { font-style:italic; color:#888; margin-bottom:0.2em; }
table.mappings input, table.mappings textarea, table.mappings select { width:100%; }
table.mappings .thin { width:4em; }
table.mappings .drag-handle { padding:0.5em;}
/* sortable */
.ui-state-highlight { height: 2.5em; line-height: 1.2em; }
a.actn { text-decoration: none; }
td.drag-handle { cursor:move; }
.icon a { height:16px; width:16px; margin:0px; padding:0px; display:inline-block; text-indent:-9999px; background:url(sprites.png) no-repeat 0 0; }
.icon a.minus { background-position:-16px -80px; } .icon a.minus:hover { background-position:0px -80px; }
.icon a.plus { background-position:-16px -64px; } .icon a.plus:hover { background-position:0px -64px; }
.icon a.trash { background-position:-16px -112px; } .icon a.trash:hover { background-position:0px -112px; }
/* overrides */
#wpcontent select.multiple { height: 6em; }