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

Changeset 2150

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

styled Page Status and Page Privacy interfaces in the page settings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/web/css/a-components.css

    r2149 r2150  
    377377{ 
    378378        border: 1px solid rgba(0,0,0,0.35); 
    379         -moz-box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
     379/*      -moz-box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
    380380        -webkit-box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
    381381        -opera-box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
    382382        -khtml-box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
    383         box-shadow:rgba(0,0,0,0.45) 0px 0px 4px; 
     383        box-shadow:rgba(0,0,0,0.45) 0px 0px 4px;*/ 
    384384} 
    385385 
     
    416416.a-ui.a-page-form .a-page-settings-section.open h4:hover { background-position: -6px -60px;     } 
    417417 
    418 .a-page-settings-section h5 
    419 { 
    420         font-size: 12px; 
    421         font-weight: normal; 
    422         padding: 5px 0; 
    423         margin-bottom: 5px; 
    424         float: left; 
    425         width: 104px; 
    426 } 
    427  
    428 .a-ui .a-page-settings-status { float: left; } 
     418.a-ui .a-page-settings-status { float: left; width: 230px; } 
     419 
     420.a-ui .a-page-settings-status .radio_list { float: left; width: 100%; } 
    429421 
    430422.a-page-settings-section.page-submit { margin: 10px 0 5px 0; }