Changeset 9211 for src/django_gheat/website/static
- Timestamp:
- May 23, 2011, 5:16:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/style.css
r9210 r9211 19 19 } 20 20 21 # header{21 #container{ 22 22 position:absolute; 23 left: 160px;24 right:160px;23 left:50%; 24 margin-left:-400px; 25 25 top:-2px; 26 min-width:600px;26 width:800px; 27 27 background-color:#FFF; 28 border:2px solid # CC0000;28 border:2px solid #BA0000; 29 29 z-index:1; 30 30 } 31 31 32 #header _title{33 width:100% ;34 height: 26px;32 #header{ 33 width:100%-10px; 34 height:30px; 35 35 top:0px; 36 background-color:# CC0000;36 background-color:#BA0000; 37 37 padding-left:5px; 38 38 padding-right:5px; 39 text-align:center; 39 40 } 40 41 41 #header_content{ 42 width:100%; 42 #menu{ 43 width:100%-10px; 44 background-color:#BA0000; 45 padding-left:5px; 46 padding-right:5px; 47 text-align:center; 48 font-size:14px; 49 color:white; 50 } 51 52 #info{ 53 width:100%-10px; 54 display:none; 43 55 padding:5px; 44 56 } 45 57 46 58 #filters{ 47 position:absolute; 48 left:-2px; 49 top:100px; 50 width:150px; 51 background-color:#FFF; 52 border:2px solid #CC0000; 53 z-index:1; 54 } 55 56 #filters_title{ 57 width:140px; 58 height:26px; 59 top:0px; 60 background-color:#CC0000; 61 padding-left:5px; 62 padding-right:5px; 63 } 64 65 #filters_content{ 66 width:140px; 59 width:100%-10px; 60 display:none; 67 61 padding:5px; 68 62 }
Note:
See TracChangeset
for help on using the changeset viewer.