summaryrefslogtreecommitdiff
path: root/assets/css/src/screenshot.css
blob: 4d9172000e5ce648e3f4f156631bb294b52e02ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#screenshot-zone {
    position: relative;
    border: 2px dashed #ccc;
    width: 90%;
    height: 250px;
    overflow: auto;
}

#screenshot-inner {
    position: absolute;
    left: 0;
    bottom: 48%;
    width: 100%;
    text-align: center;
}

#screenshot-zone.screenshot-pasted {
    border: 2px solid #333;
}