-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
69 lines (68 loc) · 1.08 KB
/
main.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
.container {
padding-left: 15px;
padding-right: 15px;
}
body, html, #sidebar{
min-height: 100%;
}
h4 {
margin-top: 25px;
}
.row {
margin-bottom: 20px;
}
.row .row {
margin-top: 10px;
margin-bottom: 0;
}
[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
background-color: #fff;
border: 1px solid #efd;
background-color: rgba(0,0,0,0);
border: 1px solid #ecf0f1;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}
.list-group-item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#inputFile, #nextButton {
width: 100%;
height: 50px;
margin-bottom: 10px;
}
#saveButton {
width: 100%;
height: 120px;
}
#topBarContainer {
overflow: hidden;
}
#topBar {
float: left;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.selected {
background-color: #2c3e50;
}
.error {
background-color: #ff0000;
}
.imgTile {
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
}
.generatingZip {
background-image: url("assets/images/loading_bar.gif");
background-repeat: repeat-x;
background-size: 100% 100%;
}