This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.css
132 lines (110 loc) · 1.77 KB
/
app.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
footer {
clear: both;
margin-top: 10px;
}
footer a {
float: right;
}
textarea#redaction_string {
text-indent: 0;
padding: 2px;
width: 100%;
height:1.5em;
}
div.modal-body {
margin: 10px;
}
div.string_presenter {
min-height: 200px;
margin: 10px 0;
text-align: left;
text-decoration: underline;
padding-top: 15px;
border-top: 1px dotted #b2b2b2;
}
.modal{
width: 700px;
}
span.tiny_note {
font-style: italic;
}
span.num_actions {
color: #e91010
}
span.breakline {
display: block;
width: 100%;
border-bottom: 1px dotted #666;
margin: 10px 0;
clear: both;
}
button.submit_text {
margin-top: 5px;
width: 100%;
}
button.attach_redact {
margin-top: 5px;
width: 100%;
}
label#attach_redact_label {
float: left;
font-size: 110%;
margin-top: 5px;
}
#attach_redact:after {
clear:both;
}
#attachLeave {
float: left;
}
#attachConfirm {
float: right;
}
#attachmentList {
margin-top:10px;
}
.filename {
margin-left: 10px;
}
.redaction_img_list li img {
max-width: 50%;
margin-right: 25px;
max-height: 100px;
}
.redaction_img_list li {
height: 102px;
width: 90%;
border-bottom: 1px dotted rgba(123,123,123,1);
margin: 20px 0 5px 15px;
position: relative;
padding-bottom: 15px;
}
.redaction_img_list span.modal_filename {
text-align: right;
position: absolute;
top: 5px;
right: 15px;
font-size: 14px;
max-width: 50%;
}
.warn_unable {
display: inline-block;
padding-top: 20px;
font-size: 90%;
color: red;
}
.minimize {
float:right;
margin-right:3.5%;
float: right;
color: black;
margin: 7px;
font-size: 50px;
line-height: 15px;
cursor: pointer;
font-family: entypo;
display: inline-block;
}
button.minimize {
background-color: #FFF;
}