Changeset 9276 for src/django_gheat/website/static/style.css
- Timestamp:
- Jun 22, 2011, 1:51:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/style.css
r9274 r9276 94 94 position:absolute; 95 95 right:-2px; 96 top:50%; 97 margin-top:-200px; 98 width:180px; 99 height:400px; 96 top:100px; 97 width:200px; 98 bottom:100px; 100 99 background-color:#FFF; 101 100 border:2px solid #BA0000; … … 103 102 padding:0; 104 103 font-size:10px; 105 overflow: 104 overflow:auto; 106 105 } 107 106 … … 119 118 position:absolute; 120 119 right:-2px; 121 top:50%; 122 margin-top:-200px; 120 top:101px; 123 121 width:17px; 124 122 height:17px; … … 129 127 font-size:15px; 130 128 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; 131 139 } 132 140
Note:
See TracChangeset
for help on using the changeset viewer.