Commit 88526ac77402dd07273ad025aa30ab6a18129b7d
fix lightbox size so image upload buttons are above the fold
Ev Bogue committed on 9/20/2016, 6:31:45 PMParent: e94a95495f3b7eba6f69deb5f5ea05031b453868
Files changed
style.css | changed |
style.css | |||
---|---|---|---|
@@ -250,10 +250,17 @@ | |||
250 | 250 … | /* lightbox - used in message-confirm */ | |
251 | 251 … | ||
252 | 252 … | .lightbox { | |
253 | 253 … | 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; | ||
256 | 263 … | } | |
257 | 264 … | ||
258 | 265 … | /* searchprompt */ | |
259 | 266 … | ||
@@ -270,9 +277,9 @@ | |||
270 | 277 … | ||
271 | 278 … | /* TextNodeSearcher highlights */ | |
272 | 279 … | ||
273 | 280 … | .highlight { | |
274 | - background: yellow; | ||
281 … | + background: #f5f5f5; | ||
275 | 282 … | } | |
276 | 283 … | ||
277 | 284 … | /* avatar editor */ | |
278 | 285 … |
Built with git-ssb-web