Ignore:
Timestamp:
Jun 22, 2011, 1:51:11 PM (13 years ago)
Author:
dennisw
Message:

Colourboxes next to layernames (looks better than coloured layernames).
Adding/removing all user/node layers works again.
Disabled OpenLayer's layer switcher since the custom one works just as well.

File:
1 edited

Legend:

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

    r9274 r9276  
    9494  position:absolute;
    9595  right:-2px;
    96   top:50%;
    97   margin-top:-200px;
    98   width:180px;
    99   height:400px;
     96  top:100px;
     97  width:200px;
     98  bottom:100px;
    10099  background-color:#FFF;
    101100  border:2px solid #BA0000;
     
    103102  padding:0;
    104103  font-size:10px;
    105   overflow: auto;
     104  overflow:auto;
    106105}
    107106
     
    119118  position:absolute;
    120119  right:-2px;
    121   top:50%;
    122   margin-top:-200px;
     120  top:101px;
    123121  width:17px;
    124122  height:17px;
     
    129127  font-size:15px;
    130128  overflow: auto;
     129}
     130
     131#layer_switcher_colour{
     132  margin-top:4px;
     133  margin-left:4px;
     134  padding:0;
     135  width:10px;
     136  height:10px;
     137  border:1px solid #000;
     138  float:left;
    131139}
    132140
Note: See TracChangeset for help on using the changeset viewer.