Ignore:
Timestamp:
Jun 30, 2011, 3:26:19 PM (13 years ago)
Author:
dennisw
Message:

Set Leiden as center of map.
Layerswitcher categories can be toggled now. Small changes to css.

File:
1 edited

Legend:

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

    r9302 r9316  
    102102  position:absolute;
    103103  right:-2px;
    104   top:100px;
     104  top:50px;
    105105  width:200px;
    106   bottom:100px;
     106  max-height:80%;
    107107  background-color:#FFF;
    108108  border:2px solid #BA0000;
     
    117117  top:0px;
    118118  background-color:#BA0000;
    119   padding-left:5px;
     119  padding-left:0px;
    120120  padding-right:5px;
    121121  font-size:18px;
     
    123123}
    124124
     125#cat_container{
     126
     127}
     128
    125129#layer_switcher_toggle{
    126130  position:absolute;
    127131  right:-2px;
    128   top:101px;
     132  top:51px;
    129133  width:17px;
    130134  height:17px;
     
    146150  float:left;
    147151}
     152
     153#cat_hide{
     154  margin-top:4px;
     155  margin-left:4px;
     156  padding-left:-4px;
     157  padding-top:-10px;
     158  width:10px;
     159  height:10px;
     160  border:1px solid #000;
     161  float:left;
     162  background:url(img/up.png) no-repeat top left;
     163  color:#000;
     164  font-size:13px;
     165  text-align:center;
     166}
     167
    148168
    149169#sig_slider{
Note: See TracChangeset for help on using the changeset viewer.