git ssb

16+

Dominic / patchbay



Commit 88526ac77402dd07273ad025aa30ab6a18129b7d

fix lightbox size so image upload buttons are above the fold

Ev Bogue committed on 9/20/2016, 6:31:45 PM
Parent: e94a95495f3b7eba6f69deb5f5ea05031b453868

Files changed

style.csschanged
style.cssView
@@ -250,10 +250,17 @@
250250 /* lightbox - used in message-confirm */
251251
252252 .lightbox {
253253 overflow: auto;
254- padding: 1em;
255- background: white;
254 + padding: 1.5em;
255 + margin-top: 3em;
256 + margin-bottom: 3em;
257 + width: 600px;
258 + margin-left: auto;
259 + margin-right: auto;
260 + background: #f5f5f5;
261 + border: 1px solid #eee;
262 + border-radius: .2em;
256263 }
257264
258265 /* searchprompt */
259266
@@ -270,9 +277,9 @@
270277
271278 /* TextNodeSearcher highlights */
272279
273280 .highlight {
274- background: yellow;
281 + background: #f5f5f5;
275282 }
276283
277284 /* avatar editor */
278285

Built with git-ssb-web