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