Changeset 1578 for trunk/web-app/css
- Timestamp:
- Feb 28, 2011, 6:47:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/default_style.css
r1575 r1578 3 3 padding: 0; 4 4 font: 10px normal Arial, Helvetica, sans-serif; 5 background: #fff url(../images/default_style/body_bg .gif) repeat-x;5 background: #fff url(../images/default_style/body_bg_95px.gif) repeat-x; 6 6 } 7 7 … … 36 36 /** START :: header **/ 37 37 #header { 38 background: url(../images/default_style/header .png) no-repeat center top;39 padding-top: 120px;38 background: url(../images/default_style/header_60px.png) no-repeat center top; 39 padding-top: 60px; 40 40 } 41 41 … … 44 44 vertical-align: top; 45 45 align: right; 46 width: 400px;47 margin: - 140px 0px 0px 550px;46 width: 240px; 47 margin: -83px 0px 0px -235px; 48 48 display: inline-block; 49 49 zoom: 1; /* IE 6 & 7 hack */ … … 51 51 background-color: #666; 52 52 border: 1px dotted red; 53 filter:alpha(opacity=80); 54 opacity: 0.8; 53 filter:alpha(opacity=70); 54 opacity: 0.7; 55 z-index: 1000; 55 56 } 56 57 … … 61 62 #header .buildinfo td { 62 63 padding: 0px; 64 font: 9px normal Arial, Helvetica, sans-serif; 63 65 } 64 66
Note: See TracChangeset
for help on using the changeset viewer.