To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 3526

Show
Ignore:
Timestamp:
04/06/11 18:06:34 (14 months ago)
Author:
johnnyoffline
Message:

explicitly set no margin on slideshow-item and slideshow-img

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/1.5/web/css/a-area-slots.css

    r3487 r3526  
    22/* Controls for Areas & Slots */ 
    33/* 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 
    55/* 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 
    77/* aSlideshow Slot Styles */ 
    88/* aButton Slot Styles  */ 
     
    1515/* aPDF Slot Compact */ 
    1616/* aPDF Slot Compact with Preview */ 
    17 /* aSlot Content Styles  
     17/* aSlot Content Styles 
    1818/* Media Placeholder :: Shared by aSlideshow, aImage, aVideo, aButton 
    1919/* Misc 
     
    2323-------------------------------------*/ 
    2424 
    25 /* Area Information:   
     25/* Area Information: 
    2626/* .a-area wraps .a-slots */ 
    2727/* .a-slots wraps all slots, .a-slot */ 
     
    4545 
    4646.a-ui .a-controls li, 
    47 .a-ui.a-controls li  
     47.a-ui.a-controls li 
    4848{ /* All controls buttons are wrapped in a list. */ 
    4949float: left; 
     
    8686 
    8787 
    88 /* aOptions for Areas & Slots :: aOptions is in a-components.css  
     88/* aOptions for Areas & Slots :: aOptions is in a-components.css 
    8989-------------------------------------------------------------------- */ 
    9090.a-ui .a-options.a-area-options { z-index: 699; display: none; min-width: 100%; } 
    9191.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 { 
    9393width: 100%; 
    9494float: left; 
     
    102102-------------------------------------------------------------------- */ 
    103103ul.a-controls .a-controls-item.variant.a-options-open .a-variant-options 
    104 {  
     104{ 
    105105width: auto; 
    106106display: block; 
     
    108108 
    109109ul.a-controls .a-variant-options.loading 
    110 {  
     110{ 
    111111background: #fff url('/apostrophePlugin/images/a-icon-loader.gif') 95% 5px no-repeat; 
    112112} 
    113113 
    114 /* aOptions for Slot Edit Forms :: aOptions is in a-components.css  
     114/* aOptions for Slot Edit Forms :: aOptions is in a-components.css 
    115115-------------------------------------------------------------------- */ 
    116116.a-ui.a-options.a-slot-form { width: 100%; top: -27px; left:-5px; padding:30px 5px 5px; overflow: visible;} 
     
    125125 
    126126.a-ui.a-options.a-slot-form .a-slot-form-title 
    127 {  
     127{ 
    128128position: relative; 
    129129float: left; 
     
    180180 
    181181.a-ui.a-options.a-slot-form .a-form-help .a-help-arrow 
    182 {  
     182{ 
    183183position: absolute; 
    184184top: 0; 
     
    210210.a-slideshow.transition-crossfade .a-slideshow-item { position: absolute; top: 0; left: 0; } 
    211211 
    212 .a-slideshow-item { overflow: hidden; display: none; } 
     212.a-slideshow-item { overflow: hidden; display: none; margin: 0; } 
    213213.a-slideshow-item .a-slideshow-title {  } 
    214 .a-slideshow-item .a-slideshow-image {  
     214.a-slideshow-item .a-slideshow-image { 
    215215        line-height: 0 !important; /* RB: fixes the bit of whitespace after img */ 
    216216        background-repeat: no-repeat; /* If there is a background image attached here, we don't want it to repeat */ 
    217 }  
     217        margin: 0; 
     218} 
    218219 
    219220.a-slideshow-item .a-slideshow-image img { display: block; } 
    220221 
    221 /* aButton Slot Styles  
    222 ------------------------------------- */ 
    223 .a-slot.aButton .a-button,  
     222/* aButton Slot Styles 
     223------------------------------------- */ 
     224.a-slot.aButton .a-button, 
    224225.a-slot.aButton .a-button .a-button-image, 
    225226.a-slot.aButton .a-button .a-button-image .a-button-link, 
    226227.a-slot.aButton .a-button .a-button-title 
    227 {  
     228{ 
    228229float: left; 
    229230clear: both; 
     
    237238 
    238239 
    239 /* aImage Slot Styles  
     240/* aImage Slot Styles 
    240241------------------------------------- */ 
    241242.a-slot.aImage .a-media-image, 
     
    243244 
    244245 
    245 /* aVideo Slot Styles  
    246 ------------------------------------- */ 
    247  
    248  
    249 /* aRawHTML Slot Styles  
     246/* aVideo Slot Styles 
     247------------------------------------- */ 
     248 
     249 
     250/* aRawHTML Slot Styles 
    250251------------------------------------- */ 
    251252.a-slot.aRawHTML .a-form-field 
     
    256257 
    257258.a-slot.aRawHTML textarea 
    258 {  
     259{ 
    259260float: left; 
    260261width: 95%; 
     
    267268} 
    268269 
    269 /* aText Slot Styles  
     270/* aText Slot Styles 
    270271------------------------------------- */ 
    271272.a-slot.aText .a-form-field 
     
    292293 
    293294 
    294 /* aFeed Slot Styles  
     295/* aFeed Slot Styles 
    295296------------------------------------- */ 
    296297.a-slot.aFeed .a-feed, 
    297298.a-slot.aFeed .a-feed .a-feed-item 
    298 {  
     299{ 
    299300float: left; 
    300301display: inline; 
     
    339340 
    340341 
    341 /* aSlot Content Styles  
     342/* aSlot Content Styles 
    342343--------------------------------------- */ 
    343344.aRichText .a-slot-content strong, 
     
    378379.aEvent .a-options.a-slot-form { min-width: 285px; } 
    379380 
    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; } 
    381382 
    382383.a-blog-edit-wrapper .a-form-row.by-type input[type="radio"] { margin: 5px 0 0 0; } 
     
    452453 
    453454.a-media-placeholder span 
    454 {  
     455{ 
    455456display: block; 
    456457width: 100%;