git ssb

16+

Dominic / patchbay



Tree: d34382c9d5ce42b058504d379031d84d67be705b

Files: d34382c9d5ce42b058504d379031d84d67be705b / app / styles / mcss / lightbox.mcss

350 bytesRaw
1/* used in app.html.externalConfirm */
2/* used in message.html.confirm */
3
4body {
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