-
Notifications
You must be signed in to change notification settings - Fork 0
/
photoViewer.css
97 lines (93 loc) · 1.29 KB
/
photoViewer.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
hr {
color: #ddd;
background-color: #ddd;
height: 1px;
}
.btn.square {
border-radius: 0;
}
.hidden {
display: none;
}
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
}
#map {
height: 703px;
}
#optionsPane {
background-color: #f5f5f5;
overflow-y: scroll;
}
.panel-group .panel {
border-radius: 0;
}
.panel-group {
margin-bottom: 0;
overflow-y: scroll;
}
.panel-group .panel+.panel {
margin-top: 0;
}
.modal-dialog.dual {
width:95%;
}
.carousel-caption {
top: 0;
bottom: auto;
}
.carousel-indicators li {
border-radius:0;
height: 14px;
width: 14px;
}
.carousel-indicators .active {
height: 16px;
width: 16px;
}
@media (min-width: 730px){
.modal-dialog {
width:720px;
}
}
@media (min-width: 1450px){
.modal-dialog.dual {
width:1440px;
}
}
@media (max-width: 730px){
.carousel-caption > h4{
font-size: 10px;
}
.carousel-indicators li {
height: 10px;
width: 10px;
}
.carousel-indicators .active {
height: 12px;
width: 12px;
}
}
@media (max-width: 1450px){
.dual .carousel-caption > h4{
font-size: 10px;
}
.carousel-indicators li {
height: 10px;
width: 10px;
}
.carousel-indicators .active {
height: 12px;
width: 12px;
}
}
@media (max-width: 2000px){
.modal-body {
font-size: 10px;
}
}