-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
95 lines (79 loc) · 1.58 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#atto_tipnc_content #atto_tipnc_desc {
padding: 0 10px;
width: 50%;
height: 800px;
}
div#atto_tipnc_content {
flex-direction: row;
height: 570px;
overflow: scroll;
display: none;
}
#atto_tipnc_content .atto_form > div {
text-align: left;
margin-left: 30px;
}
#atto_tipnc_content form.atto_form {
padding: 0;
width: 50%;
margin-right: 30px;
z-index: 22;
}
#atto_tipnc_content .urlcontrol {
width: 100%;
margin: -3px 0 9px 0;
}
#atto_tipnc_content .sizecontrol {
width: 100%;
margin: -3px 0 9px 0;
}
#atto_tipnc_content #file_nextcloud_iframe {
position: relative;
top: -55px;
border: 2px solid #ebebeb;
width: 200%;
z-index: 80;
}
#atto_tipnc_content .hide_header {
background-color: #fff;
height: 52px;
position: relative;
top: -3px;
z-index: 90;
width: 200%;
}
#atto_tipnc_content div#atto_tipnc-body {
display: flex;
flex-direction: column;
width: 100%;
}
#atto_tipnc_content .atto_tipnc_header {
width: 100%;
display: flex;
background-color: white;
z-index: 222;
}
#atto_tipnc_content .atto_tipnc_iframe {
height: 400px;
}
#atto_tipnc-body #atto_tipnc .notice_nc i.fa.fa-exclamation-triangle {
color: #ff9e00;
}
#atto_tipnc-body #atto_tipnc .notice_nc span {
font-size: 10px;
color: grey;
font-style: italic;
}
#atto_tipnc-body #atto_tipnc .notice_nc {
position: relative;
top: 21px;
left: 10px;
}
h2#atto_tipnc-title_modal_yui {
position: absolute;
top: 17px;
left: 18px;
}
section#atto_tipnc {
font-size: 13px;
}