comparison basic.css @ 156:d5ebb0d9d70f

Minor CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Nov 2017 14:41:15 +0200
parents 144513aefcd4
children ba02d12cb4be
comparison
equal deleted inserted replaced
155:144513aefcd4 156:d5ebb0d9d70f
107 .galleryTable { 107 .galleryTable {
108 align-items: center; 108 align-items: center;
109 justify-content: center; 109 justify-content: center;
110 width: 100%; 110 width: 100%;
111 background: #454; 111 background: #454;
112 margin-bottom: 1em;
112 } 113 }
113 114
114 div.galleryTable { 115 div.galleryTable {
115 display: flex; 116 display: flex;
116 flex-wrap: wrap; 117 flex-wrap: wrap;
278 min-height: 5em; 279 min-height: 5em;
279 background: rgba(0,0,0, 0.5); 280 background: rgba(0,0,0, 0.5);
280 281
281 text-align: center; 282 text-align: center;
282 margin: 0; 283 margin: 0;
283 padding: 1em; 284 padding-top: 0.5em;
285 padding-bottom: 2em;
284 border: 0.2em solid white; 286 border: 0.2em solid white;
285 border-radius: 0.5em; 287 border-radius: 0.5em;
286 288
287 opacity: 0; 289 opacity: 0;
288 z-index: 15; 290 z-index: 15;