-
Notifications
You must be signed in to change notification settings - Fork 19
/
style.css
48 lines (40 loc) · 836 Bytes
/
style.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
#sp_src {
width: calc(100% - 84px);
min-width: calc(100% - 84px);
}
#sp_clear_src, #sp_load_src {
margin-top: 20px;
height: 36px;
}
#sp_top_btn_row {
padding-top: 20px;
}
#sp_clear_src, #sp_load_src {
flex: none;
max-width: 42px;
min-width: 42px !important;
height: 42px;
line-height: 1em;
border-radius: 0.5em;
}
#sp_backup_files {
max-width: 120px !important;
padding-top: 5px !important;
margin-left: 15px;
margin-right: 15px;
min-width: 120px !important;
}
#sp_file_options {
margin-left: 25%;
}
.inc_exc_btn {
margin-top: 20px !important;
}
#sp_progressbar.hide-container, #sp_progress.hide-container, #sp_error.hide-container {
min-height: 0;
display: none;
}
.short_check {
min-width: 120px !important;
max-width: 120px !important;
}