git ssb

16+

Dominic / patchbay



Commit cd6e506aae3237ded96821ca6f44a51db495f302

Better styling of dialog

Anders Rune Jensen authored on 1/5/2017, 5:43:40 PM
mix irving committed on 1/13/2017, 10:16:46 PM
Parent: 56ac707bbdc8cd0f653b5d9c72edc2a70c8c213a

Files changed

style.csschanged
style.cssView
@@ -256,13 +256,13 @@
256256 .lightbox {
257257 position: fixed;
258258 left: 0px;
259259 right: 0px;
260- top: 0px;
260 + top: 50px;
261261 overflow: auto;
262262 width: 650px;
263263 padding: 25px;
264- margin: 3em 0;
264 + margin: auto;
265265
266266 z-index: 2;
267267
268268 background: #f5f5f5;

Built with git-ssb-web