Changeset 2472
- Timestamp:
- 05/30/08 23:03:46 (21 months ago)
- Location:
- branches/release-39/mt-static/css
- Files:
-
- 3 modified
-
hacks/ie.css (modified) (1 diff)
-
hacks/ie6.css (modified) (1 diff)
-
structure.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/mt-static/css/hacks/ie.css
r1350 r2472 43 43 .dashboard .shortcuts-widget li { 44 44 width: 49%; 45 }46 47 .dashboard #main-content {48 margin-left: 7px;49 45 } 50 46 -
branches/release-39/mt-static/css/hacks/ie6.css
r1350 r2472 1 .dashboard #main-content { 2 margin-left: 5px; 3 } 4 1 5 #dialog-container { 2 6 position: absolute; -
branches/release-39/mt-static/css/structure.css
r2406 r2472 896 896 897 897 .dashboard #main-content { 898 margin -top: 8px;898 margin: 10px 0 0 10px; 899 899 width: 587px; 900 900 } 901 .dashboard #main-content-inner { 902 margin: 0; 903 } 901 904 .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; 904 911 } 905 912
