| 1 |
/* |
| 2 |
Document : panel.css |
| 3 |
Created on : Jun 6, 2012, 9:20:06 AM |
| 4 |
Author : David Cramer |
| 5 |
Description: |
| 6 |
Styles the shortcode insert builder. |
| 7 |
*/ |
| 8 |
/* {margin:0;padding:0;}*/ |
| 9 |
|
| 10 |
|
| 11 |
.plugin-groups-modal-content { |
| 12 |
background: none repeat scroll 0 0 #FFFFFF; |
| 13 |
bottom: 0; |
| 14 |
left: 0; |
| 15 |
margin: 0 auto; |
| 16 |
max-width: 650px; |
| 17 |
min-height: 300px; |
| 18 |
padding: 15px; |
| 19 |
position: absolute; |
| 20 |
right: 0; |
| 21 |
top: 0; |
| 22 |
width: 100%; |
| 23 |
} |
| 24 |
.plugin-groups-options-form { |
| 25 |
position: relative; |
| 26 |
} |
| 27 |
.plugin-groups-options-form .submit { |
| 28 |
clear: both; |
| 29 |
} |
| 30 |
.plugin-groups-settings-config-content { |
| 31 |
background-color: #fff; |
| 32 |
padding-right: 10px; |
| 33 |
width: 450px; |
| 34 |
min-height: 200px; |
| 35 |
box-shadow: 1px 1px 1px -1px rgba(0,0,0,.1); |
| 36 |
position: inherit; |
| 37 |
float: left; |
| 38 |
} |
| 39 |
.plugin-groups-settings-config-content.full{ |
| 40 |
margin-left: 0; |
| 41 |
border-left: 0; |
| 42 |
padding-left: 0; |
| 43 |
width: 500px; |
| 44 |
} |
| 45 |
.plugin-groups_widget_label,.plugin-groups_settings_label { |
| 46 |
cursor: pointer; |
| 47 |
display: inline-block; |
| 48 |
min-width: 80px; |
| 49 |
} |
| 50 |
.plugin-groups-metabox-config-content { |
| 51 |
margin-left: 122px; |
| 52 |
border-left: 1px solid #F5F5F5; |
| 53 |
padding-left: 10px; |
| 54 |
} |
| 55 |
.plugin-groups-metabox-config-content.full{ |
| 56 |
margin-left: 0; |
| 57 |
border-left: 0; |
| 58 |
padding-left: 0; |
| 59 |
} |
| 60 |
.meta-box-sortables .plugin-groups-metabox-config-content select { |
| 61 |
max-width: 100%; |
| 62 |
width: 100%; |
| 63 |
} |
| 64 |
.plugin-groups-widget-config-content { |
| 65 |
margin-left: 130px; |
| 66 |
max-height: 500px; |
| 67 |
max-height: 500px; |
| 68 |
overflow: auto; |
| 69 |
width: 363px; |
| 70 |
} |
| 71 |
.customize-control .plugin-groups-widget-config-content{ |
| 72 |
height: 500px; |
| 73 |
} |
| 74 |
.plugin-groups-widget-config-content.full { |
| 75 |
margin-left: -9px; |
| 76 |
max-height: 100%; |
| 77 |
overflow: visible; |
| 78 |
width: auto; |
| 79 |
} |
| 80 |
.plugin-groups-settings-config-content h3 , |
| 81 |
.plugin-groups-metabox-config-content h3 , |
| 82 |
.plugin-groups-widget-config-content h3 { |
| 83 |
border-bottom: 1px solid #DFDFDF; |
| 84 |
font-weight: normal; |
| 85 |
margin: 0 0 10px 0; |
| 86 |
padding: 10px 0 5px; |
| 87 |
} |
| 88 |
.plugin-groups-metabox-config-content h3.metaheader { |
| 89 |
padding: 7px 0 !important; |
| 90 |
font-weight: bold; |
| 91 |
cursor: default !important; |
| 92 |
} |
| 93 |
.plugin-groups-groupbox { |
| 94 |
padding: 1px 0 0 10px; |
| 95 |
} |
| 96 |
.plugin-groups-field-row { |
| 97 |
margin: 0 0 15px 0; |
| 98 |
} |
| 99 |
.full .plugin-groups-groupbox { |
| 100 |
border: none; |
| 101 |
} |
| 102 |
.plugin-groups-groupbox .groupitems { |
| 103 |
margin-bottom: 5px; |
| 104 |
position: relative; |
| 105 |
} |
| 106 |
.widget-footer{ |
| 107 |
border: 0; |
| 108 |
border-bottom: 1px solid #DFDFDF; |
| 109 |
margin: 10px 0 5px; |
| 110 |
} |
| 111 |
.plugin-groups-modal-modal { |
| 112 |
bottom: 30px; |
| 113 |
left: 30px; |
| 114 |
position: fixed; |
| 115 |
right: 30px; |
| 116 |
top: 30px; |
| 117 |
z-index: 159995; |
| 118 |
} |
| 119 |
.plugin-groups-modal-footer { |
| 120 |
background-color: #F1F1F1; |
| 121 |
border-top: 1px solid #E1E1E1; |
| 122 |
bottom: 0; |
| 123 |
left: 0; |
| 124 |
padding: 15px; |
| 125 |
position: absolute; |
| 126 |
right: 0; |
| 127 |
text-align: right; |
| 128 |
} |
| 129 |
.plugin-groups-modal-header > h2 { |
| 130 |
border-bottom: 1px solid #EFEFEF; |
| 131 |
font-weight: 300; |
| 132 |
margin: 0 0 5px; |
| 133 |
padding: 0 0 10px; |
| 134 |
} |
| 135 |
.plugin-groups-modal-header > h2 small{ |
| 136 |
font-size: 14px; |
| 137 |
color: #BCBCBC; |
| 138 |
} |
| 139 |
.plugin-groups-shortcode-name { |
| 140 |
font-weight: 300; |
| 141 |
margin: 0 0 5px; |
| 142 |
padding: 3px 0 10px 1px; |
| 143 |
} |
| 144 |
.plugin-groups-shortcode-config { |
| 145 |
border-top: 1px solid #EFEFEF; |
| 146 |
bottom: 50px; |
| 147 |
left: 15px; |
| 148 |
position: absolute; |
| 149 |
right: 15px; |
| 150 |
top: 85px; |
| 151 |
} |
| 152 |
|
| 153 |
.plugin-groups-shortcode-config-content { |
| 154 |
border-left: 1px solid #EFEFEF; |
| 155 |
bottom: 0; |
| 156 |
overflow: auto; |
| 157 |
padding-left: 10px; |
| 158 |
position: absolute; |
| 159 |
right: 0; |
| 160 |
top: 0; |
| 161 |
width: 495px; |
| 162 |
} |
| 163 |
h3.plugin-groups-config-header{ |
| 164 |
border-bottom: 1px solid #F5F5F5; |
| 165 |
font-weight: 300; |
| 166 |
margin: 7px 0; |
| 167 |
padding-bottom: 7px; |
| 168 |
} |
| 169 |
|
| 170 |
.plugin-groups-settings-config-nav { |
| 171 |
float: left; |
| 172 |
margin-left: -22px; |
| 173 |
top: 0; |
| 174 |
width: 170px; |
| 175 |
} |
| 176 |
.plugin-groups-widget-config-nav { |
| 177 |
bottom: 0; |
| 178 |
left: -15px; |
| 179 |
position: absolute; |
| 180 |
top: 0; |
| 181 |
width: 145px; |
| 182 |
} |
| 183 |
.plugin-groups-shortcode-config-nav, |
| 184 |
.plugin-groups-metabox-config-nav { |
| 185 |
bottom: 0; |
| 186 |
left: 0; |
| 187 |
position: absolute; |
| 188 |
top: 0; |
| 189 |
width: 145px; |
| 190 |
} |
| 191 |
.plugin-groups-metabox-config-nav { |
| 192 |
width: 135px; |
| 193 |
} |
| 194 |
.plugin-groups-settings-config-nav > ul, |
| 195 |
.plugin-groups-widget-config-nav > ul, |
| 196 |
.plugin-groups-metabox-config-nav > ul, |
| 197 |
.plugin-groups-shortcode-config-nav > ul { |
| 198 |
margin: 5px 0 0; |
| 199 |
} |
| 200 |
.plugin-groups-settings-config-nav a, |
| 201 |
.plugin-groups-widget-config-nav a, |
| 202 |
.plugin-groups-metabox-config-nav a, |
| 203 |
.plugin-groups-shortcode-config-nav a { |
| 204 |
display: block; |
| 205 |
font-weight: 300; |
| 206 |
padding: 7px 0 6px 15px; |
| 207 |
text-decoration: none; |
| 208 |
} |
| 209 |
.plugin-groups-settings-config-nav a { |
| 210 |
padding: 7px 0 6px 22px; |
| 211 |
} |
| 212 |
.plugin-groups-settings-config-nav li, |
| 213 |
.plugin-groups-widget-config-nav li, |
| 214 |
.plugin-groups-metabox-config-nav li, |
| 215 |
.plugin-groups-shortcode-config-nav li { |
| 216 |
margin: 0; |
| 217 |
} |
| 218 |
.plugin-groups-shortcode-config-nav li.current { |
| 219 |
background: none repeat scroll 0 0 #efefef; |
| 220 |
} |
| 221 |
.plugin-groups-settings-config-nav li.current{ |
| 222 |
background: none repeat scroll 0 0 #fff; |
| 223 |
} |
| 224 |
.plugin-groups-metabox-config-nav li.current, |
| 225 |
.plugin-groups-widget-config-nav li.current { |
| 226 |
background: none repeat scroll 0 0 #f5f5f5; |
| 227 |
box-shadow: none; |
| 228 |
} |
| 229 |
.plugin-groups-shortcode-config-content .rowGroup { |
| 230 |
border-bottom: 1px dashed #EFEFEF; |
| 231 |
margin: 0 0 10px; |
| 232 |
} |
| 233 |
.plugin-groups-addRow { |
| 234 |
padding: 5px 0 10px; |
| 235 |
} |
| 236 |
.toolrow { |
| 237 |
margin-bottom: 5px; |
| 238 |
} |
| 239 |
.plugin-groups-shortcode-config-content .form-table th { |
| 240 |
width: 100px; |
| 241 |
} |
| 242 |
.plugin-groups-shortcode-config-content input.regular-text { |
| 243 |
width: 23em; |
| 244 |
} |
| 245 |
.plugin-groups-shortcode-config-content textarea.regular-text.full, |
| 246 |
.plugin-groups-shortcode-config-content input.regular-text.full { |
| 247 |
width: 99%; |
| 248 |
} |
| 249 |
.plugin-groups-settings-config-content label { |
| 250 |
margin: 0 0 3px; |
| 251 |
} |
| 252 |
#side-sortables .plugin-groups-metabox-config-content{ |
| 253 |
margin-left: 0; |
| 254 |
border-left: 0; |
| 255 |
padding-left: 0; |
| 256 |
} |
| 257 |
|
| 258 |
@media only screen and (min-width: 850px) { |
| 259 |
#side-sortables .plugin-groups-metabox-config-nav { |
| 260 |
clear: both; |
| 261 |
position: relative; |
| 262 |
width: 100%; |
| 263 |
} |
| 264 |
#side-sortables .plugin-groups-metabox-config-nav li{ |
| 265 |
display: inline-block; |
| 266 |
width: auto; |
| 267 |
} |
| 268 |
#side-sortables .plugin-groups-metabox-config-nav li a{ |
| 269 |
padding-right: 15px; |
| 270 |
} |
| 271 |
#side-sortables .plugin-groups-metabox-config-content .metaheader{ |
| 272 |
display: none; |
| 273 |
} |
| 274 |
#side-sortables .plugin-groups-metabox-config-nav { |
| 275 |
border-bottom: 1px solid #EFEFEF; |
| 276 |
} |
| 277 |
#side-sortables .plugin-groups-metabox-config-content.group { |
| 278 |
margin: 0; |
| 279 |
} |
| 280 |
#side-sortables .plugin-groups-metabox-config-content.group table th, |
| 281 |
#side-sortables .plugin-groups-metabox-config-content.group table td { |
| 282 |
display: inline-block; |
| 283 |
min-width: 70px; |
| 284 |
width: auto; |
| 285 |
padding: 10px 0; |
| 286 |
} |
| 287 |
} |
| 288 |
@media only screen and (max-width: 850px) { |
| 289 |
#side-sortables .plugin-groups-metabox-config-content.group table th, |
| 290 |
#side-sortables .plugin-groups-metabox-config-content.group table td { |
| 291 |
display: inline-block; |
| 292 |
min-width: 170px; |
| 293 |
height: 30px; |
| 294 |
width: auto; |
| 295 |
} |
| 296 |
} |
| 297 |
|
| 298 |
.toolbar{ |
| 299 |
padding: 10px; |
| 300 |
background-color: #efefef; |
| 301 |
height: 29px; |
| 302 |
border-bottom: 1px solid #ccc; |
| 303 |
position: fixed; |
| 304 |
width: 650px; |
| 305 |
z-index: 10000; |
| 306 |
} |
| 307 |
.group-multiple{ |
| 308 |
border-bottom: 1px solid #EFEFEF; |
| 309 |
} |
| 310 |
.rowGroup{ |
| 311 |
padding-bottom: 10px; |
| 312 |
} |
| 313 |
.widgeth2{ |
| 314 |
border-bottom: 1px dashed #EFEFEF; |
| 315 |
font-size: 1.5em !important; |
| 316 |
margin: 0 !important; |
| 317 |
padding: 0 !important; |
| 318 |
} |
| 319 |
.loadElementControl{ |
| 320 |
padding: 2px !important; |
| 321 |
margin-top: 5px; |
| 322 |
} |
| 323 |
.elementBox{ |
| 324 |
border-bottom: 1px solid #ccc; |
| 325 |
padding-bottom: 5px !important; |
| 326 |
} |
| 327 |
.show-elements-tab{ |
| 328 |
background: url("../../../../wp-admin/images/arrows.png") no-repeat scroll right 4px transparent; |
| 329 |
color: #777777; |
| 330 |
display: block; |
| 331 |
font-size: 12px; |
| 332 |
height: 22px; |
| 333 |
line-height: 22px; |
| 334 |
padding: 1px 16px 0 6px; |
| 335 |
text-decoration: none; |
| 336 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); |
| 337 |
z-index: 1; |
| 338 |
} |
| 339 |
.show-elements-tab.active{ |
| 340 |
background: url("../../../../wp-admin/images/arrows.png") no-repeat scroll right -31px transparent; |
| 341 |
} |
| 342 |
.show-element-selector{ |
| 343 |
margin: -12px 3px 0 0; |
| 344 |
padding: 0 3px; |
| 345 |
float: right; |
| 346 |
font-family: sans-serif; |
| 347 |
height: 23px; |
| 348 |
border-bottom-left-radius: 3px; |
| 349 |
border-bottom-right-radius: 3px; |
| 350 |
background-color: #E3E3E3; |
| 351 |
background-image: -moz-linear-gradient(center bottom , #DFDFDF, #F1F1F1); |
| 352 |
border-bottom: 1px solid #CCCCCC; |
| 353 |
border-left: 1px solid #CCCCCC; |
| 354 |
border-right: 1px solid #CCCCCC; |
| 355 |
} |
| 356 |
.elementSelector{ |
| 357 |
display: none; |
| 358 |
} |
| 359 |
.toolrow{ |
| 360 |
margin-top: 5px; |
| 361 |
padding: 10px; |
| 362 |
} |
| 363 |
.button span{ |
| 364 |
cursor: pointer; |
| 365 |
} |
| 366 |
.footer { |
| 367 |
position: relative; |
| 368 |
height: 35px; |
| 369 |
padding: 5px 8px; |
| 370 |
} |
| 371 |
|
| 372 |
.attr{ |
| 373 |
padding: 3px; |
| 374 |
} |
| 375 |
|
| 376 |
.label{ |
| 377 |
display: inline-block; |
| 378 |
width: 120px; |
| 379 |
} |
| 380 |
.addValue{ |
| 381 |
padding: 2px 2px 2px 120px; |
| 382 |
} |
| 383 |
.addValue .widefat, .widget-content .multiple{ |
| 384 |
width: 50%; |
| 385 |
} |
| 386 |
.widget-content .addValue{ |
| 387 |
padding: 0px; |
| 388 |
} |
| 389 |
|
| 390 |
#medialibrary .fbutton{ |
| 391 |
float:left; |
| 392 |
margin-top: 3px; |
| 393 |
} |
| 394 |
#medialibrary{ |
| 395 |
display: none; |
| 396 |
background: rgb(238,238,238); /* Old browsers */ |
| 397 |
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */ |
| 398 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */ |
| 399 |
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */ |
| 400 |
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */ |
| 401 |
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */ |
| 402 |
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */ |
| 403 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */ |
| 404 |
|
| 405 |
border-radius: 0 0 10px 10px; |
| 406 |
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.7); |
| 407 |
margin-left: 25px; |
| 408 |
margin-top: 25px; |
| 409 |
padding: 10px 10px 0; |
| 410 |
position: fixed; |
| 411 |
top: 20px; |
| 412 |
width: 600px; |
| 413 |
z-index: 900; |
| 414 |
border:1px solid #f0f0f0; |
| 415 |
} |
| 416 |
#medialibrary .panel{ |
| 417 |
height: 375px; |
| 418 |
} |
| 419 |
.mediatoolbar{ |
| 420 |
clear: both; |
| 421 |
background: rgb(238,238,238); /* Old browsers */ |
| 422 |
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */ |
| 423 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */ |
| 424 |
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */ |
| 425 |
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */ |
| 426 |
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */ |
| 427 |
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */ |
| 428 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */ |
| 429 |
border-radius: 0 0 10px 10px; |
| 430 |
border-top: 1px solid #CCC; |
| 431 |
height: 35px; |
| 432 |
margin-left: -10px; |
| 433 |
padding-left: 5px; |
| 434 |
width: 615px; |
| 435 |
z-index: 10000; |
| 436 |
} |
| 437 |
.mediaElement{ |
| 438 |
background: rgb(238,238,238); /* Old browsers */ |
| 439 |
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */ |
| 440 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */ |
| 441 |
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */ |
| 442 |
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */ |
| 443 |
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */ |
| 444 |
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */ |
| 445 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ |
| 446 |
|
| 447 |
float: left; |
| 448 |
height: 95px; |
| 449 |
margin: 10px; |
| 450 |
padding: 5px; |
| 451 |
position: relative; |
| 452 |
text-align: center; |
| 453 |
width: 115px; |
| 454 |
border-radius: 5px; |
| 455 |
box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5); |
| 456 |
} |
| 457 |
.mediaElement img{ |
| 458 |
margin:9px; |
| 459 |
} |
| 460 |
.mediaElement:hover{ |
| 461 |
box-shadow: inset 0px 0px 5px #46A600; |
| 462 |
} |
| 463 |
|
| 464 |
.widget-table{ |
| 465 |
padding: 0 0 5px; |
| 466 |
margin-bottom: 5px; |
| 467 |
} |
| 468 |
.widget-table h2{ |
| 469 |
font-size: 1em; |
| 470 |
padding:0; |
| 471 |
margin: 0; |
| 472 |
font-weight: bold; |
| 473 |
} |
| 474 |
.widget-table label{ |
| 475 |
display: block; |
| 476 |
} |
| 477 |
.widget-table .field{ |
| 478 |
margin-bottom: 5px; |
| 479 |
} |
| 480 |
textarea.regular-text.full{ width: 300px;} |
| 481 |
|
| 482 |
#postbox-container-1 .regular-text, .widget-table .regular-text{width:180px; margin-bottom: 15px;} |
| 483 |
#postbox-container-1 .small-text, .widget-table .small-text{width:65px !important; margin-bottom: 15px;} |
| 484 |
#postbox-container-1 .regular-text.full, .widget-table .regular-text.full{width:100%;} |
| 485 |
#postbox-container-1 .multi-row, .widget-table .multi-row {margin-bottom: 15px;} |
| 486 |
#postbox-container-1 table th,#postbox-container-1 table td {display: list-item; list-style: none; padding: 0; width: 256px;} |
| 487 |
|
| 488 |
.addImage { |
| 489 |
height: auto; |
| 490 |
width: auto; |
| 491 |
} |
| 492 |
.imgpreview { |
| 493 |
background: #EFEFEF; |
| 494 |
color: #8E8E8E; |
| 495 |
display: block; |
| 496 |
height: 120px; |
| 497 |
line-height: 5px; |
| 498 |
text-align: center; |
| 499 |
width: 100%; |
| 500 |
position: relative; |
| 501 |
overflow: hidden; |
| 502 |
white-space: nowrap; |
| 503 |
max-width: 450px; |
| 504 |
|
| 505 |
} |
| 506 |
.imgpreview .plugin_groups_media_select { |
| 507 |
display: inline-block; |
| 508 |
margin-top: 47px; |
| 509 |
} |
| 510 |
#postbox-container-1 .imgpreview { |
| 511 |
width: 256px; |
| 512 |
} |
| 513 |
.imgpreview .sizes, |
| 514 |
.imgpreview .preview, |
| 515 |
.imgpreview .remove, |
| 516 |
.imgpreview .removefile, |
| 517 |
.imgpreview .changer { |
| 518 |
background-color: rgba(0, 0, 0, 0.9); |
| 519 |
bottom: 0; |
| 520 |
color: #fff; |
| 521 |
float: right; |
| 522 |
padding: 10px 5px; |
| 523 |
right: 0; |
| 524 |
text-transform: capitalize; |
| 525 |
cursor: pointer; |
| 526 |
opacity: .5; |
| 527 |
} |
| 528 |
.imgpreview .remove {background-color: #DD1F21; position: absolute; right: 0;} |
| 529 |
.imgpreview .changer {background-color: #333; position: absolute; left: 0; right: auto;opacity: 1;} |
| 530 |
.imgpreview .preview { float: left; cursor: default;} |
| 531 |
.imgpreview .sizes.selected, |
| 532 |
.imgpreview .sizes:hover { |
| 533 |
color: #333; |
| 534 |
background-color: rgba(255, 255, 255, 0.9); |
| 535 |
} |
| 536 |
.widget-table .imgpreview {margin-bottom: 15px; } |
| 537 |
.filechanger-btn.plugin_groups_media_select { |
| 538 |
display: none; |
| 539 |
} |
| 540 |
.imgpreview:hover .sizes, |
| 541 |
.imgpreview:hover .preview, |
| 542 |
.imgpreview .remove, |
| 543 |
.imgpreview .removefile { |
| 544 |
opacity: 1; |
| 545 |
} |
| 546 |
img.filepreview { |
| 547 |
height: 30px; |
| 548 |
width: auto; |
| 549 |
margin: 0 9px 0 0; |
| 550 |
float: left; |
| 551 |
} |
| 552 |
.imgpreview:hover .filechanger-btn { |
| 553 |
display: inline-block; |
| 554 |
position: absolute; |
| 555 |
top: 49px; |
| 556 |
left: 0; |
| 557 |
} |
| 558 |
.filechanger-btn.plugin-groups_uploader { |
| 559 |
margin-left: 10px; |
| 560 |
} |
| 561 |
|
| 562 |
|
| 563 |
|
| 564 |
|
| 565 |
|
| 566 |
|
| 567 |
|