Changeset 2472

Show
Ignore:
Timestamp:
05/30/08 23:03:46 (21 months ago)
Author:
bsmith
Message:

bugzid:79911 - Centering Dashboard columns inside dashboard bubble

Location:
branches/release-39/mt-static/css
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/mt-static/css/hacks/ie.css

    r1350 r2472  
    4343.dashboard .shortcuts-widget li { 
    4444    width: 49%; 
    45 } 
    46  
    47 .dashboard #main-content { 
    48     margin-left: 7px; 
    4945} 
    5046 
  • branches/release-39/mt-static/css/hacks/ie6.css

    r1350 r2472  
     1.dashboard #main-content { 
     2    margin-left: 5px; 
     3} 
     4 
    15#dialog-container { 
    26    position: absolute; 
  • branches/release-39/mt-static/css/structure.css

    r2406 r2472  
    896896 
    897897.dashboard #main-content { 
    898     margin-top: 8px; 
     898    margin: 10px 0 0 10px; 
    899899    width: 587px; 
    900900} 
     901.dashboard #main-content-inner { 
     902    margin: 0; 
     903} 
    901904.dashboard #related-content { 
    902     margin-top: 15px; 
    903     width: 323px; 
     905    margin-top: 10px; 
     906    padding-left: 12px; 
     907    width: 303px; 
     908} 
     909.dashboard #related-content-inner { 
     910    margin-left: 0; 
    904911} 
    905912