Files: 95947f0ca5c8eebaaa8fa01239dc409edfa01d95 / app / styles / mcss / lightbox.mcss
350 bytesRaw
1 | /* used in app.html.externalConfirm */ |
2 | /* used in message.html.confirm */ |
3 | |
4 | body { |
5 | div.lightbox { |
6 | position: fixed |
7 | left: 0px |
8 | right: 0px |
9 | top: 50px |
10 | overflow: auto |
11 | width: 780px |
12 | max-width: 100% |
13 | padding: 25px |
14 | margin: auto |
15 | z-index: 2 |
16 | background: #f5f5f5 |
17 | border: 1px solid #eee |
18 | border-radius: .2em |
19 | } |
20 | } |
21 | |
22 |
Built with git-ssb-web