comparison basic.css @ 258:c5a5899f4869

Minor stylesheet adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2018 17:26:32 +0200
parents 73348fa0bc85
children 2c5ff6aa9845
comparison
equal deleted inserted replaced
257:67a807666405 258:c5a5899f4869
227 border: 0.2em solid white; 227 border: 0.2em solid white;
228 } 228 }
229 229
230 div.imageCtrl { 230 div.imageCtrl {
231 position: absolute; 231 position: absolute;
232 min-width: 10em; 232 min-width: 8em;
233 width: 14%; 233 width: 10%;
234 top: 0; 234 top: 0;
235 bottom: 0; 235 bottom: 0;
236 background: rgba(0,0,0, 0.35); 236 background: rgba(0,0,0, 0.35);
237 } 237 }
238 238
525 background: black; 525 background: black;
526 display: none; 526 display: none;
527 opacity: 1; 527 opacity: 1;
528 } 528 }
529 } 529 }
530
531
532 @media screen and (max-width: 400px), screen and (max-height: 400px) {
533 body {
534 font-size: 10px;
535 }
536
537 #pageInfoHeader {
538 }
539 }
540