To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 3526
- Timestamp:
- 04/06/11 18:06:34 (14 months ago)
- Author:
- johnnyoffline
- Message:
-
explicitly set no margin on slideshow-item and slideshow-img
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3487
|
r3526
|
|
| 2 | 2 | /* Controls for Areas & Slots */ |
| 3 | 3 | /* Singlton Slot Controls */ |
| 4 | | /* aOptions for Areas & Slots :: aOptions is in a-components.css |
| | 4 | /* aOptions for Areas & Slots :: aOptions is in a-components.css |
| 5 | 5 | /* aOptions for Slot Variants :: aOptions is in a-components.css |
| 6 | | /* aOptions for Slot Edit Forms :: aOptions is in a-components.css |
| | 6 | /* aOptions for Slot Edit Forms :: aOptions is in a-components.css |
| 7 | 7 | /* aSlideshow Slot Styles */ |
| 8 | 8 | /* aButton Slot Styles */ |
| … |
… |
|
| 15 | 15 | /* aPDF Slot Compact */ |
| 16 | 16 | /* aPDF Slot Compact with Preview */ |
| 17 | | /* aSlot Content Styles |
| | 17 | /* aSlot Content Styles |
| 18 | 18 | /* Media Placeholder :: Shared by aSlideshow, aImage, aVideo, aButton |
| 19 | 19 | /* Misc |
| … |
… |
|
| 23 | 23 | -------------------------------------*/ |
| 24 | 24 | |
| 25 | | /* Area Information: |
| | 25 | /* Area Information: |
| 26 | 26 | /* .a-area wraps .a-slots */ |
| 27 | 27 | /* .a-slots wraps all slots, .a-slot */ |
| … |
… |
|
| 45 | 45 | |
| 46 | 46 | .a-ui .a-controls li, |
| 47 | | .a-ui.a-controls li |
| | 47 | .a-ui.a-controls li |
| 48 | 48 | { /* All controls buttons are wrapped in a list. */ |
| 49 | 49 | float: left; |
| … |
… |
|
| 86 | 86 | |
| 87 | 87 | |
| 88 | | /* aOptions for Areas & Slots :: aOptions is in a-components.css |
| | 88 | /* aOptions for Areas & Slots :: aOptions is in a-components.css |
| 89 | 89 | -------------------------------------------------------------------- */ |
| 90 | 90 | .a-ui .a-options.a-area-options { z-index: 699; display: none; min-width: 100%; } |
| 91 | 91 | .a-ui .a-options.a-area-options .a-options-item, |
| 92 | | .a-ui .a-options.a-area-options .a-options-item.last { |
| | 92 | .a-ui .a-options.a-area-options .a-options-item.last { |
| 93 | 93 | width: 100%; |
| 94 | 94 | float: left; |
| … |
… |
|
| 102 | 102 | -------------------------------------------------------------------- */ |
| 103 | 103 | ul.a-controls .a-controls-item.variant.a-options-open .a-variant-options |
| 104 | | { |
| | 104 | { |
| 105 | 105 | width: auto; |
| 106 | 106 | display: block; |
| … |
… |
|
| 108 | 108 | |
| 109 | 109 | ul.a-controls .a-variant-options.loading |
| 110 | | { |
| | 110 | { |
| 111 | 111 | background: #fff url('/apostrophePlugin/images/a-icon-loader.gif') 95% 5px no-repeat; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | | /* aOptions for Slot Edit Forms :: aOptions is in a-components.css |
| | 114 | /* aOptions for Slot Edit Forms :: aOptions is in a-components.css |
| 115 | 115 | -------------------------------------------------------------------- */ |
| 116 | 116 | .a-ui.a-options.a-slot-form { width: 100%; top: -27px; left:-5px; padding:30px 5px 5px; overflow: visible;} |
| … |
… |
|
| 125 | 125 | |
| 126 | 126 | .a-ui.a-options.a-slot-form .a-slot-form-title |
| 127 | | { |
| | 127 | { |
| 128 | 128 | position: relative; |
| 129 | 129 | float: left; |
| … |
… |
|
| 180 | 180 | |
| 181 | 181 | .a-ui.a-options.a-slot-form .a-form-help .a-help-arrow |
| 182 | | { |
| | 182 | { |
| 183 | 183 | position: absolute; |
| 184 | 184 | top: 0; |
| … |
… |
|
| 210 | 210 | .a-slideshow.transition-crossfade .a-slideshow-item { position: absolute; top: 0; left: 0; } |
| 211 | 211 | |
| 212 | | .a-slideshow-item { overflow: hidden; display: none; } |
| | 212 | .a-slideshow-item { overflow: hidden; display: none; margin: 0; } |
| 213 | 213 | .a-slideshow-item .a-slideshow-title { } |
| 214 | | .a-slideshow-item .a-slideshow-image { |
| | 214 | .a-slideshow-item .a-slideshow-image { |
| 215 | 215 | line-height: 0 !important; /* RB: fixes the bit of whitespace after img */ |
| 216 | 216 | background-repeat: no-repeat; /* If there is a background image attached here, we don't want it to repeat */ |
| 217 | | } |
| | 217 | margin: 0; |
| | 218 | } |
| 218 | 219 | |
| 219 | 220 | .a-slideshow-item .a-slideshow-image img { display: block; } |
| 220 | 221 | |
| 221 | | /* aButton Slot Styles |
| 222 | | ------------------------------------- */ |
| 223 | | .a-slot.aButton .a-button, |
| | 222 | /* aButton Slot Styles |
| | 223 | ------------------------------------- */ |
| | 224 | .a-slot.aButton .a-button, |
| 224 | 225 | .a-slot.aButton .a-button .a-button-image, |
| 225 | 226 | .a-slot.aButton .a-button .a-button-image .a-button-link, |
| 226 | 227 | .a-slot.aButton .a-button .a-button-title |
| 227 | | { |
| | 228 | { |
| 228 | 229 | float: left; |
| 229 | 230 | clear: both; |
| … |
… |
|
| 237 | 238 | |
| 238 | 239 | |
| 239 | | /* aImage Slot Styles |
| | 240 | /* aImage Slot Styles |
| 240 | 241 | ------------------------------------- */ |
| 241 | 242 | .a-slot.aImage .a-media-image, |
| … |
… |
|
| 243 | 244 | |
| 244 | 245 | |
| 245 | | /* aVideo Slot Styles |
| 246 | | ------------------------------------- */ |
| 247 | | |
| 248 | | |
| 249 | | /* aRawHTML Slot Styles |
| | 246 | /* aVideo Slot Styles |
| | 247 | ------------------------------------- */ |
| | 248 | |
| | 249 | |
| | 250 | /* aRawHTML Slot Styles |
| 250 | 251 | ------------------------------------- */ |
| 251 | 252 | .a-slot.aRawHTML .a-form-field |
| … |
… |
|
| 256 | 257 | |
| 257 | 258 | .a-slot.aRawHTML textarea |
| 258 | | { |
| | 259 | { |
| 259 | 260 | float: left; |
| 260 | 261 | width: 95%; |
| … |
… |
|
| 267 | 268 | } |
| 268 | 269 | |
| 269 | | /* aText Slot Styles |
| | 270 | /* aText Slot Styles |
| 270 | 271 | ------------------------------------- */ |
| 271 | 272 | .a-slot.aText .a-form-field |
| … |
… |
|
| 292 | 293 | |
| 293 | 294 | |
| 294 | | /* aFeed Slot Styles |
| | 295 | /* aFeed Slot Styles |
| 295 | 296 | ------------------------------------- */ |
| 296 | 297 | .a-slot.aFeed .a-feed, |
| 297 | 298 | .a-slot.aFeed .a-feed .a-feed-item |
| 298 | | { |
| | 299 | { |
| 299 | 300 | float: left; |
| 300 | 301 | display: inline; |
| … |
… |
|
| 339 | 340 | |
| 340 | 341 | |
| 341 | | /* aSlot Content Styles |
| | 342 | /* aSlot Content Styles |
| 342 | 343 | --------------------------------------- */ |
| 343 | 344 | .aRichText .a-slot-content strong, |
| … |
… |
|
| 378 | 379 | .aEvent .a-options.a-slot-form { min-width: 285px; } |
| 379 | 380 | |
| 380 | | .a-blog-edit-wrapper .a-form-row.by-type input { float: left; padding-top: 5px; } |
| | 381 | .a-blog-edit-wrapper .a-form-row.by-type input { float: left; padding-top: 5px; } |
| 381 | 382 | |
| 382 | 383 | .a-blog-edit-wrapper .a-form-row.by-type input[type="radio"] { margin: 5px 0 0 0; } |
| … |
… |
|
| 452 | 453 | |
| 453 | 454 | .a-media-placeholder span |
| 454 | | { |
| | 455 | { |
| 455 | 456 | display: block; |
| 456 | 457 | width: 100%; |
Download in other formats: