admin.css
78 lines
| 1 | /* Responsive Lightbox settings */ |
| 2 | .df-credits { |
| 3 | float: right; |
| 4 | width: 280px; |
| 5 | background: #fff; |
| 6 | margin: 20px -300px 20px 20px; |
| 7 | position: relative; |
| 8 | } |
| 9 | .df-credits .inner { |
| 10 | padding-left: 10px; |
| 11 | padding-right: 10px; |
| 12 | } |
| 13 | .df-credits h3 { |
| 14 | font-size: 14px; |
| 15 | line-height: 1.4; |
| 16 | margin: 0; |
| 17 | padding: 8px 12px; |
| 18 | border-bottom: 1px solid #eee; |
| 19 | } |
| 20 | .df-credits .df-link { |
| 21 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 22 | font-style: italic; |
| 23 | padding-bottom: 10px; |
| 24 | margin: 0; |
| 25 | } |
| 26 | .df-credits .df-link a { |
| 27 | vertical-align: middle; |
| 28 | padding: 5px 0 0 4px; |
| 29 | } |
| 30 | .responsive-lightbox-settings .df-credits form { |
| 31 | min-width: 260px; |
| 32 | margin-bottom: 1em; |
| 33 | } |
| 34 | .responsive-lightbox-settings .df-credits form input { |
| 35 | margin: 0; |
| 36 | padding: 0; |
| 37 | } |
| 38 | .responsive-lightbox-settings { |
| 39 | margin-right: 300px; |
| 40 | } |
| 41 | .responsive-lightbox-settings hr, .df-credits hr { |
| 42 | border: solid #eee; |
| 43 | border-width: 1px 0 0; |
| 44 | clear: both; |
| 45 | height: 0; |
| 46 | } |
| 47 | .responsive-lightbox-settings form { |
| 48 | float: left; |
| 49 | min-width: 463px; |
| 50 | width: auto; |
| 51 | } |
| 52 | .responsive-lightbox-settings fieldset span.description { |
| 53 | margin-bottom: 8px; |
| 54 | margin-top: 4px; |
| 55 | display: block; |
| 56 | } |
| 57 | |
| 58 | .wplike-slider span.middle { |
| 59 | width: 150px; |
| 60 | } |
| 61 | .wplike-slider span.left { |
| 62 | margin-right: 10px; |
| 63 | } |
| 64 | .wplike-slider span.right { |
| 65 | margin-left: 10px; |
| 66 | } |
| 67 | |
| 68 | /* All Mobile Sizes (devices and browser) */ |
| 69 | @media only screen and (max-width: 959px) { |
| 70 | .df-credits { |
| 71 | width: 100%; |
| 72 | float: none; |
| 73 | margin: 20px 0; |
| 74 | } |
| 75 | .responsive-lightbox-settings { |
| 76 | margin-right: 0; |
| 77 | } |
| 78 | } |