Changeset 9316 for src/django_gheat/website/static/style.css
- Timestamp:
- Jun 30, 2011, 3:26:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/style.css
r9302 r9316 102 102 position:absolute; 103 103 right:-2px; 104 top: 100px;104 top:50px; 105 105 width:200px; 106 bottom:100px;106 max-height:80%; 107 107 background-color:#FFF; 108 108 border:2px solid #BA0000; … … 117 117 top:0px; 118 118 background-color:#BA0000; 119 padding-left: 5px;119 padding-left:0px; 120 120 padding-right:5px; 121 121 font-size:18px; … … 123 123 } 124 124 125 #cat_container{ 126 127 } 128 125 129 #layer_switcher_toggle{ 126 130 position:absolute; 127 131 right:-2px; 128 top: 101px;132 top:51px; 129 133 width:17px; 130 134 height:17px; … … 146 150 float:left; 147 151 } 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 148 168 149 169 #sig_slider{
Note:
See TracChangeset
for help on using the changeset viewer.