admin.css
20 lines
| 1 | /* Responsive Lightbox settings */ |
| 2 | .df-credits { float: right; width: 280px; background: #fff; margin: 20px -300px 20px 20px; position: relative; } |
| 3 | .df-credits .inner { padding-left: 10px; padding-right: 10px; } |
| 4 | .df-credits h3 { font-size: 14px; line-height: 1.4; margin: 0; padding: 8px 12px; border-bottom: 1px solid #eee; } |
| 5 | .df-credits .df-link { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-style:italic; padding-bottom: 10px; margin: 0; } |
| 6 | .df-credits .df-link a { vertical-align: middle; padding: 5px 0 0 4px; } |
| 7 | .responsive-lightbox-settings { margin-right: 300px; } |
| 8 | .responsive-lightbox-settings hr, .df-credits hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; } |
| 9 | .responsive-lightbox-settings form { float: left; min-width: 463px; width: auto; } |
| 10 | .responsive-lightbox-settings fieldset span.description { margin-bottom: 8px; margin-top: 4px; display: block; } |
| 11 | |
| 12 | .wplike-slider span.middle { width: 150px; } |
| 13 | .wplike-slider span.left { margin-right: 10px; } |
| 14 | .wplike-slider span.right { margin-left: 10px; } |
| 15 | |
| 16 | /* All Mobile Sizes (devices and browser) */ |
| 17 | @media only screen and (max-width: 959px) { |
| 18 | .df-credits { width: 100%; float: none; margin: 20px 0; } |
| 19 | .responsive-lightbox-settings { margin-right: 0; } |
| 20 | } |