Ignore:
Timestamp:
May 23, 2011, 5:16:36 PM (14 years ago)
Author:
dennisw
Message:

Progress on layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/static/style.css

    r9210 r9211  
    1919}
    2020
    21 #header{
     21#container{
    2222  position:absolute;
    23   left:160px;
    24   right:160px;
     23  left:50%;
     24  margin-left:-400px;
    2525  top:-2px;
    26   min-width:600px;
     26  width:800px;
    2727  background-color:#FFF;
    28   border:2px solid #CC0000;
     28  border:2px solid #BA0000;
    2929  z-index:1;
    3030}
    3131
    32 #header_title{
    33   width:100%;
    34   height:26px;
     32#header{
     33  width:100%-10px;
     34  height:30px;
    3535  top:0px;
    36   background-color:#CC0000;
     36  background-color:#BA0000;
    3737  padding-left:5px;
    3838  padding-right:5px;
     39  text-align:center;
    3940}
    4041
    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;
    4355  padding:5px;
    4456}
    4557
    4658#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;
    6761  padding:5px;
    6862}
Note: See TracChangeset for help on using the changeset viewer.