Commit cd6e506aae3237ded96821ca6f44a51db495f302
Better styling of dialog
Anders Rune Jensen authored on 1/5/2017, 5:43:40 PMmix irving committed on 1/13/2017, 10:16:46 PM
Parent: 56ac707bbdc8cd0f653b5d9c72edc2a70c8c213a
Files changed
style.css | changed |
style.css | |||
---|---|---|---|
@@ -256,13 +256,13 @@ | |||
256 | 256 … | .lightbox { | |
257 | 257 … | position: fixed; | |
258 | 258 … | left: 0px; | |
259 | 259 … | right: 0px; | |
260 | - top: 0px; | ||
260 … | + top: 50px; | ||
261 | 261 … | overflow: auto; | |
262 | 262 … | width: 650px; | |
263 | 263 … | padding: 25px; | |
264 | - margin: 3em 0; | ||
264 … | + margin: auto; | ||
265 | 265 … | ||
266 | 266 … | z-index: 2; | |
267 | 267 … | ||
268 | 268 … | background: #f5f5f5; |
Built with git-ssb-web