comparison css/mapstyle3.css @ 295:eb98c0758955 gmap2

Move some common things to common.css
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Nov 2016 02:21:25 +0200
parents 8e120dadd0a5
children e7aa649b0090
comparison
equal deleted inserted replaced
294:5c15b45947f2 295:eb98c0758955
117 padding: 0.5em; 117 padding: 0.5em;
118 background: #BBDDFF; 118 background: #BBDDFF;
119 119
120 box-shadow: 0px 0px 2px #000; 120 box-shadow: 0px 0px 2px #000;
121 } 121 }
122
123 #controls span {
124 border: 1px solid black;
125 margin: 2px;
126 display: inline-table;
127 }
128
129 #controls * a {
130 text-decoration: none;
131 color: black;
132 padding: 6px;
133 }
134
135 122
136 #sidecoll { 123 #sidecoll {
137 width: 8px; 124 width: 8px;
138 position : absolute; 125 position : absolute;
139 right: 268px; 126 right: 268px;