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

Changeset 2170

Show
Ignore:
Timestamp:
09/09/10 15:47:48 (17 months ago)
Author:
rickybanister
Message:

styled the sandbox subnav to look like the media toolbox

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/trunk/web/css/main.css

    r2156 r2170  
    241241.a-subnav-wrapper 
    242242{ 
    243         background: #ddd; 
    244         margin-bottom: 20px; 
     243        -moz-border-radius: 4px; 
     244        -webkit-border-radius: 4px; 
     245        border-radius: 4px;      
     246        background-color: #EFEFEF; 
     247        border: 1px solid #CCCCCC; 
     248        margin: 0 40px 20px -1px; 
     249        overflow: auto; 
     250        width: 198px; 
     251} 
     252 
     253.a-subnav-inner 
     254{ 
     255        width: 178px; 
     256        padding: 9px; 
    245257} 
    246258 
     
    285297        display: inline; 
    286298        clear: both; 
    287         color: #fff; 
     299        color: #222; 
    288300        width: 155px; 
    289301        height: 100%;