Ignore:
Timestamp:
May 24, 2011, 4:08:04 PM (14 years ago)
Author:
dennisw
Message:

Added nodelist to layout again. Progress on filters (remains of useless code may still be there, will clean up later when filters work as planned).

File:
1 edited

Legend:

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

    r9212 r9213  
    5757}
    5858
    59 #filters{
     59#filter{
    6060  width:100%-10px;
    6161  display:none;
     
    6363}
    6464
    65 #filters_text{
     65#filter_text{
    6666  height:100%;
    6767  width:570px;
     
    7070}
    7171
    72 #filters_list{
     72#filter_list{
    7373  padding:5px;
    7474  width:200px;
     
    7676  float:right;
    7777  margin-bottom:5px;
     78}
     79
     80#node_list{
     81  position:absolute;
     82  left:50%;
     83  margin-left:-150px;
     84  bottom:-2px;
     85  width:300px;
     86  background-color:#FFF;
     87  border:2px solid #BA0000;
     88  z-index:1;
     89  padding:5px;
    7890}
    7991       
     
    8496A:link{
    8597  color:#FFF;
     98  padding-left:8px;
    8699}
    87100
Note: See TracChangeset for help on using the changeset viewer.