Commit 890435b264f902c0b56c9dd63ab300d7b56a8644
make lightbox a bit more presentable
Ev Bogue committed on 7/20/2016, 3:48:13 AMParent: ac10b6be3ae1e65cc2a0b1cf110836ade899e980
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -221,12 +221,22 @@ | ||
221 | 221 | /* lightbox - used in message-confirm */ |
222 | 222 | |
223 | 223 | .lightbox { |
224 | 224 | 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; | |
227 | 233 | } |
228 | 234 | |
235 | +.message-confirm { | |
236 | + background: #fff; | |
237 | +} | |
238 | + | |
229 | 239 | /* searchprompt */ |
230 | 240 | |
231 | 241 | .searchprompt { |
232 | 242 | width: 250px; |
Built with git-ssb-web