Ignore:
Timestamp:
Jun 21, 2011, 8:02:44 PM (13 years ago)
Author:
dennisw
Message:

Custom layer switcher has it's own div now. Some visual stuff added like div toggle and categories (Base layers, Users, etc).

File:
1 edited

Legend:

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

    r9269 r9274  
    8989  padding:5px;
    9090  font-size:10px;
     91}
     92
     93#layer_switcher{
     94  position:absolute;
     95  right:-2px;
     96  top:50%;
     97  margin-top:-200px;
     98  width:180px;
     99  height:400px;
     100  background-color:#FFF;
     101  border:2px solid #BA0000;
     102  z-index:1;
     103  padding:0;
     104  font-size:10px;
     105  overflow: auto;
     106}
     107
     108#layer_switcher_cat{
     109  width:100%-2px;
     110  top:0px;
     111  background-color:#BA0000;
     112  padding-left:5px;
     113  padding-right:5px;
     114  font-size:18px;
     115  color:white;
     116}
     117
     118#layer_switcher_toggle{
     119  position:absolute;
     120  right:-2px;
     121  top:50%;
     122  margin-top:-200px;
     123  width:17px;
     124  height:17px;
     125  background-color:#FFF;
     126  border:2px solid #BA0000;
     127  z-index:2;
     128  text-align:center;
     129  font-size:15px;
     130  overflow: auto;
    91131}
    92132
Note: See TracChangeset for help on using the changeset viewer.