git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 890435b264f902c0b56c9dd63ab300d7b56a8644

make lightbox a bit more presentable

Ev Bogue committed on 7/20/2016, 3:48:13 AM
Parent: ac10b6be3ae1e65cc2a0b1cf110836ade899e980

Files changed

style.csschanged
style.cssView
@@ -221,12 +221,22 @@
221221 /* lightbox - used in message-confirm */
222222
223223 .lightbox {
224224 overflow: auto;
225- width: 80%;
226- border: 1px solid #ccc; // this is being overwritten in hyperlightbox module
225+ background: #fff;
226+ width: 600px;
227+ border: 1px solid #eee;
228+ top: 2em;
229+ bottom: 2em;
230+ left: 2em;
231+ right: 2em;
232+ padding: 1em;
227233 }
228234
235+.message-confirm {
236+ background: #fff;
237+}
238+
229239 /* searchprompt */
230240
231241 .searchprompt {
232242 width: 250px;

Built with git-ssb-web