| 1 |
|
| 2 |
/* Webling Plugin Admin Styles */ |
| 3 |
|
| 4 |
.webling-admin .shortcode { |
| 5 |
font-family: "Lucida Console", Monaco, monospace; |
| 6 |
border: 2px solid #eee; |
| 7 |
padding: 8px 4px; |
| 8 |
width: 100%; |
| 9 |
font-size: 95%; |
| 10 |
} |
| 11 |
|
| 12 |
/* Webling Plugin Memberlist Editor */ |
| 13 |
|
| 14 |
.webling-admin .sortable_field { |
| 15 |
width: 100%; |
| 16 |
box-sizing: border-box; |
| 17 |
border: 1px solid #ccc; |
| 18 |
background: #fafafa; |
| 19 |
padding: 5px 10px; |
| 20 |
margin-bottom: 2px; |
| 21 |
white-space: nowrap; |
| 22 |
overflow: hidden; |
| 23 |
} |
| 24 |
|
| 25 |
.webling-admin .sortable_field.selected { |
| 26 |
border: 1px solid #87bed8; |
| 27 |
background: #e4f6ff; |
| 28 |
} |
| 29 |
|
| 30 |
.webling-admin .webling_design_placeholders_description { |
| 31 |
padding: 10px; |
| 32 |
background: #fafafa; |
| 33 |
} |
| 34 |
|
| 35 |
.webling-admin .webling_design_placeholders { |
| 36 |
font-family: Consolas,Monaco,monospace; |
| 37 |
font-size: 90%; |
| 38 |
} |
| 39 |
|
| 40 |
/* Webling Plugin Forms Editor */ |
| 41 |
|
| 42 |
.webling-admin #poststuff .bodywrap h2 { |
| 43 |
padding: 0; |
| 44 |
padding-top: 9px; |
| 45 |
} |
| 46 |
|
| 47 |
.webling-admin .webling-fields-holder { |
| 48 |
padding: 0 8px; |
| 49 |
margin-bottom: 9px; |
| 50 |
position: relative; |
| 51 |
min-height: 123px; |
| 52 |
} |
| 53 |
|
| 54 |
.webling-admin .widgets-holder-wrap .widget-inside { |
| 55 |
padding-top: 15px; |
| 56 |
} |
| 57 |
|
| 58 |
.webling-admin #sortable_main { |
| 59 |
min-height: 300px; |
| 60 |
padding-top: 5px; |
| 61 |
} |
| 62 |
|
| 63 |
.webling-admin #sortable_main.dragging { |
| 64 |
border: 4px dashed #0085ba; |
| 65 |
margin: -4px; |
| 66 |
} |
| 67 |
|
| 68 |
.webling-admin #sortable_side { |
| 69 |
min-height: 100px; |
| 70 |
} |
| 71 |
|
| 72 |
.webling-admin #sortable_side .widget-content, |
| 73 |
.webling-admin #sortable_side .widget-title-action { |
| 74 |
display: none; |
| 75 |
} |
| 76 |
|
| 77 |
.webling-admin #sortable_side .widget-inside { |
| 78 |
border: none; |
| 79 |
} |
| 80 |
|
| 81 |
.webling-admin #sortable_side .widget-title h3 { |
| 82 |
padding: 8px; |
| 83 |
} |
| 84 |
|
| 85 |
.webling-admin #sortable_side .widget { |
| 86 |
margin-bottom: 6px; |
| 87 |
} |
| 88 |
|
| 89 |
.webling-admin .webling-fields-hint { |
| 90 |
font-size: 120%; |
| 91 |
padding: 0 10px; |
| 92 |
color: #aaa; |
| 93 |
text-align: center; |
| 94 |
} |
| 95 |
|
| 96 |
.webling-admin #poststuff .webling-tabs-body h2 { |
| 97 |
font-size: 1.3em; |
| 98 |
} |
| 99 |
|
| 100 |
.webling-admin .webling-fields-selectable-options { |
| 101 |
padding-top: 10px; |
| 102 |
} |
| 103 |
|