Ignore:
Timestamp:
May 25, 2011, 3:14:54 PM (14 years ago)
Author:
dennisw
Message:

Some work on site. Messing with django queries, trying to get a nice json for filterlist.

File:
1 edited

Legend:

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

    r9213 r9214  
    3232#header{
    3333  width:100%-10px;
    34   height:30px;
     34 
    3535  top:0px;
    3636  background-color:#BA0000;
     
    3838  padding-right:5px;
    3939  text-align:center;
     40  font-size:18px;
     41  color:white;
    4042}
    4143
    4244#menu{
    4345  width:100%-10px;
    44   height:20px;
    4546  background-color:#BA0000;
    4647  padding-left:5px;
     
    8081#node_list{
    8182  position:absolute;
    82   left:50%;
    83   margin-left:-150px;
     83  left:-2px;
    8484  bottom:-2px;
    85   width:300px;
     85  width:200px;
    8686  background-color:#FFF;
    8787  border:2px solid #BA0000;
    8888  z-index:1;
    8989  padding:5px;
     90  font-size:10px;
    9091}
    9192       
Note: See TracChangeset for help on using the changeset viewer.