Fix #5642 - Report designer - hebe
[roojs1] / old-css-bootstrap / upload-cropbox.css
1
2 .roo-upload-cropbox-selector { // it must use visibility, display is not working on old safari...
3     visibility: hidden;
4     height: 0px;
5 }
6
7 .roo-upload-cropbox-dialog .modal-header,
8 .roo-upload-cropbox-dialog .modal-footer {
9     padding-top: 5px;
10     padding-bottom: 5px;
11 }
12
13 .roo-upload-cropbox-body {
14     background-color: #fff;
15     border: 1px solid #e3e3e3;
16     width: 100%;
17     height: 450px;
18     max-height: 450px;
19     position: relative;
20     overflow: hidden;
21     cursor:move;
22 }
23
24 .roo-upload-cropbox-preview {
25     position: absolute;
26     top: 0px;
27     left: 0px;
28     text-align: center;
29     margin: 0px;
30     padding: 0px;
31     border: none;
32 }
33
34 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
35     position: absolute;
36 /*    top: 50%;
37     left: 50%;
38     transform: translate(-50%, -50%);*/
39     box-sizing: border-box;
40     border: 1px solid rgb(102, 102, 102);
41     box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
42     background: none repeat scroll 0% 0% transparent;
43 }
44
45 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
46     height: 100%;
47     background-color: rgba(0, 0, 0, 0.5);
48     color: white;
49     font-weight: bold;
50     font-size: 24px;
51     text-align: center;
52     padding-top: 50px;
53     font-style: italic;
54 }
55
56 .roo-upload-cropbox-btn-group button {
57     background-color: black;
58     color: white;
59     border-color: #333;
60 }
61
62 .roo-upload-cropbox-error-notify {
63     border-radius: 0px;
64     text-align: center;
65     padding: 0px !important;
66     margin: 0px !important;
67     position: absolute;
68     top: 0;
69     left: 0;
70 }
71