comparison css/mapstyle1.css @ 283:409b795c4784 gmap2

Some stylesheet fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 08 Jan 2016 20:46:09 +0200
parents f697708ba6d9
children 8e120dadd0a5
comparison
equal deleted inserted replaced
282:43d3d2e943aa 283:409b795c4784
14 } 14 }
15 15
16 #footercontent { 16 #footercontent {
17 position: absolute; 17 position: absolute;
18 18
19 left: 0.2em; 19 left: 0em;
20 right: 280px; 20 right: 280px;
21 top: 0.25em; 21 top: 0em;
22 22 bottom: 0em;
23 padding: 0.5em; 23 padding: 0.2em;
24 24
25 color: white; 25 color: white;
26 26
27 background: rgba(0,0,0, 0.6); 27 background: rgba(0,0,0, 0.6);
28 border-radius: 0.2em;
29 } 28 }
30 29
31 #footercontent span { 30 #footercontent span {
32 color: red; 31 color: red;
33 } 32 }
239 238
240 #copyrights { 239 #copyrights {
241 position: absolute; 240 position: absolute;
242 padding: 0.2em; 241 padding: 0.2em;
243 left: 80px; 242 left: 80px;
244 bottom: 4em; 243 bottom: 3em;
245 height: auto; 244 height: auto;
246 width: auto; 245 width: auto;
247 font-size: 0.8em; 246 font-size: 0.8em;
248 color: rgba(255,255,255, 0.85); 247 color: rgba(255,255,255, 0.85);
249 text-shadow: 1px 1px 1px #000; 248 text-shadow: 1px 1px 1px #000;