| 1 |
#WINP_ViewOptionsMetaBox { |
| 2 |
display: block; |
| 3 |
} |
| 4 |
#WINP_ViewOptionsMetaBox .winp-template { |
| 5 |
display: none; |
| 6 |
} |
| 7 |
.winp-advanded-options input { |
| 8 |
float: none; |
| 9 |
position: relative; |
| 10 |
top: 0; |
| 11 |
padding: 4px; |
| 12 |
} |
| 13 |
.winp-advanded-options .winp-head { |
| 14 |
overflow: auto; |
| 15 |
background-color: #fff; |
| 16 |
border-bottom: 1px solid #ddd; |
| 17 |
border-left: 1px solid #ddd; |
| 18 |
padding: 10px 15px; |
| 19 |
} |
| 20 |
.winp-advanded-options .winp-head .winp-left { |
| 21 |
float: left; |
| 22 |
} |
| 23 |
.winp-advanded-options .winp-head .winp-right { |
| 24 |
float: right; |
| 25 |
} |
| 26 |
.winp-advanded-options .winp-head .winp-left > *, |
| 27 |
.winp-advanded-options .winp-head .winp-right > * { |
| 28 |
display: inline-block; |
| 29 |
vertical-align: middle; |
| 30 |
} |
| 31 |
.winp-advanded-options .winp-head .winp-left > span, |
| 32 |
.winp-advanded-options .winp-head .winp-right > span { |
| 33 |
margin: 0 5px; |
| 34 |
} |
| 35 |
.winp-advanded-options .winp-editor-wrap .winp-filters { |
| 36 |
padding-left: 20px; |
| 37 |
border-left: 1px solid #ddd; |
| 38 |
} |
| 39 |
.winp-advanded-options .winp-filters .winp-point { |
| 40 |
background-color: #fff; |
| 41 |
border: 1px solid #0073aa; |
| 42 |
border-radius: 100%; |
| 43 |
width: 11px; |
| 44 |
height: 11px; |
| 45 |
display: block; |
| 46 |
position: absolute; |
| 47 |
margin-left: -26px; |
| 48 |
margin-top: 19px; |
| 49 |
} |
| 50 |
.winp-advanded-options .winp-filters .winp-point:after { |
| 51 |
position: absolute; |
| 52 |
content: " "; |
| 53 |
display: block; |
| 54 |
width: 15px; |
| 55 |
border-top: 1px solid #ddd; |
| 56 |
margin-left: 10px; |
| 57 |
margin-top: 4px; |
| 58 |
} |
| 59 |
.winp-advanded-options .winp-filter + .winp-filter { |
| 60 |
margin-top: 20px; |
| 61 |
} |
| 62 |
.winp-advanded-options .winp-box { |
| 63 |
padding: 25px 15px 15px 15px; |
| 64 |
border-left: 1px solid #ddd; |
| 65 |
background-color: #f9f9f9; |
| 66 |
} |
| 67 |
.winp-advanded-options .winp-when-empty { |
| 68 |
display: none; |
| 69 |
} |
| 70 |
.winp-advanded-options .winp-empty .winp-when-empty { |
| 71 |
display: block; |
| 72 |
} |
| 73 |
.winp-advanded-options .winp-empty .winp-conditions { |
| 74 |
display: none; |
| 75 |
} |
| 76 |
.winp-advanded-options .winp-integer { |
| 77 |
width: 60px; |
| 78 |
} |
| 79 |
.winp-advanded-options .winp-text { |
| 80 |
width: 300px; |
| 81 |
} |
| 82 |
/* Conditions */ |
| 83 |
.winp-condition { |
| 84 |
position: relative; |
| 85 |
} |
| 86 |
.winp-condition .btn-group .btn { |
| 87 |
height: 28px; |
| 88 |
} |
| 89 |
.winp-condition .winp-hint, |
| 90 |
.winp-condition .winp-hint-content { |
| 91 |
display: none; |
| 92 |
} |
| 93 |
.winp-condition .winp-hint { |
| 94 |
position: relative; |
| 95 |
display: inline-block; |
| 96 |
padding: 0 6px 0 3px; |
| 97 |
} |
| 98 |
.winp-condition .winp-hint-icon { |
| 99 |
background: url('../img/help.png') no-repeat 0 0 transparent; |
| 100 |
position: relative; |
| 101 |
height: 14px; |
| 102 |
width: 13px; |
| 103 |
display: inline-block; |
| 104 |
cursor: help; |
| 105 |
vertical-align: middle; |
| 106 |
top: -1px; |
| 107 |
opacity: 0.55; |
| 108 |
} |
| 109 |
.winp-condition .winp-hint:hover .winp-hint-content { |
| 110 |
display: block; |
| 111 |
position: absolute; |
| 112 |
width: 280px; |
| 113 |
background-color: rgba(0, 0, 0, 0.8); |
| 114 |
white-space: normal; |
| 115 |
padding: 10px 12px 12px 12px; |
| 116 |
font-weight: normal; |
| 117 |
line-height: 150%; |
| 118 |
border-radius: 4px; |
| 119 |
color: #fff; |
| 120 |
font-size: 13px; |
| 121 |
z-index: 999; |
| 122 |
} |
| 123 |
.winp-condition .winp-hint .winp-hint-content, |
| 124 |
.winp-condition .winp-hint .winp-hint-content a { |
| 125 |
color: #fff; |
| 126 |
} |
| 127 |
.winp-condition .winp-or { |
| 128 |
display: none; |
| 129 |
color: rgba(0, 0, 0, 0.4); |
| 130 |
font-weight: bold; |
| 131 |
padding: 1px 0 3px 0; |
| 132 |
font-size: 80%; |
| 133 |
text-transform: uppercase; |
| 134 |
} |
| 135 |
.winp-condition + .winp-condition .winp-or { |
| 136 |
display: block; |
| 137 |
} |
| 138 |
.winp-condition .winp-controls { |
| 139 |
position: absolute; |
| 140 |
right: 0; |
| 141 |
} |
| 142 |
.winp-condition .btn-group { |
| 143 |
border: 0; |
| 144 |
} |
| 145 |
.winp-condition > span { |
| 146 |
display: inline-block; |
| 147 |
vertical-align: top; |
| 148 |
} |
| 149 |
/* date control */ |
| 150 |
.winp-date-control { |
| 151 |
display: inline-block; |
| 152 |
position: relative; |
| 153 |
} |
| 154 |
.winp-date-control input[type='text'], |
| 155 |
.winp-date-control select { |
| 156 |
vertical-align: top; |
| 157 |
} |
| 158 |
.winp-date-control .winp-label { |
| 159 |
display: inline-block; |
| 160 |
vertical-align: top; |
| 161 |
position: relative; |
| 162 |
top: 4px; |
| 163 |
padding: 0 4px; |
| 164 |
} |
| 165 |
.winp-date-control .winp-switcher { |
| 166 |
padding: 4px 0; |
| 167 |
} |
| 168 |
.winp-date-control .winp-switcher * { |
| 169 |
display: inline-block; |
| 170 |
vertical-align: bottom; |
| 171 |
} |
| 172 |
.winp-date-control .winp-switcher label { |
| 173 |
margin: 0 5px 0 0; |
| 174 |
font-weight: normal; |
| 175 |
} |
| 176 |
.winp-date-control .winp-absolute-date input[type="text"] { |
| 177 |
-moz-box-sizing: border-box; |
| 178 |
-webkit-box-sizing: border-box; |
| 179 |
box-sizing: border-box; |
| 180 |
background-color: #fff; |
| 181 |
padding-right: 20px; |
| 182 |
width: 140px; |
| 183 |
} |
| 184 |
.winp-date-control .winp-absolute-date .fa-calendar { |
| 185 |
position: absolute; |
| 186 |
right: 7px; |
| 187 |
top: 8px; |
| 188 |
border-left: 1px solid rgba(0, 0, 0, 0.2); |
| 189 |
padding-left: 6px; |
| 190 |
} |
| 191 |
.winp-date-control .winp-relative-date input[type="text"] { |
| 192 |
width: 40px; |
| 193 |
text-align: center; |
| 194 |
} |
| 195 |
.winp-date-control.winp-between .winp-solo-date { |
| 196 |
display: none; |
| 197 |
} |
| 198 |
.winp-date-control.winp-solo .winp-between-date { |
| 199 |
display: none; |
| 200 |
} |
| 201 |
.winp-date-control.winp-relative .winp-absolute-date { |
| 202 |
display: none; |
| 203 |
} |
| 204 |
.winp-date-control.winp-absolute .winp-relative-date { |
| 205 |
display: none; |
| 206 |
} |
| 207 |
.winp-scope .winp-and { |
| 208 |
display: none; |
| 209 |
color: rgba(0, 0, 0, 0.7); |
| 210 |
font-weight: bold; |
| 211 |
border-top: 1px solid #ddd; |
| 212 |
margin: 18px 0; |
| 213 |
position: relative; |
| 214 |
} |
| 215 |
.winp-scope .winp-and span { |
| 216 |
position: absolute; |
| 217 |
top: -10px; |
| 218 |
background-color: #f9f9f9; |
| 219 |
padding-right: 7px; |
| 220 |
text-transform: uppercase; |
| 221 |
} |
| 222 |
.winp-scope + .winp-scope .winp-and { |
| 223 |
display: block; |
| 224 |
} |
| 225 |
/*# sourceMappingURL=view-opt.css.map */ |