comparison basic.css @ 230:6b34b61b956b

Add a horrible kludge for using the info button to display also the image info on mobile.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Mar 2018 17:03:48 +0300
parents 9dcfd808c092
children 2731d2d8400e
comparison
equal deleted inserted replaced
229:9dcfd808c092 230:6b34b61b956b
505 } 505 }
506 506
507 #pageUpNaviButton { 507 #pageUpNaviButton {
508 right: 4em; 508 right: 4em;
509 } 509 }
510 } 510
511 #infoBox {
512 background: black;
513 display: none;
514 opacity: 1;
515 }
516 }