-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathdefault.css
More file actions
71 lines (61 loc) · 1.62 KB
/
Copy pathdefault.css
File metadata and controls
71 lines (61 loc) · 1.62 KB
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
/**
* ShinyProxy
*
* Copyright (C) 2016-2019 Open Analytics
*
* ===========================================================================
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Apache License as published by
* The Apache Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Apache License for more details.
*
* You should have received a copy of the Apache License
* along with this program. If not, see <http://www.apache.org/licenses/>
*/
body > div { padding-top: 10px; }
body > div#navbar { padding-top: 0px; }
#navbar + div { padding-top: 50px; }
#navbar + iframe { margin-top: 50px; }
@media screen and (max-width: 768px) {
#navbar + div { padding-top: 150px; }
#navbar + iframe { padding-top: 150px; }
}
@media screen and (max-width: 360px) {
#navbar + div { padding-top: 200px; }
#navbar + iframe { padding-top: 200px; }
}
#applist {
margin-top: 10px;
}
#shinyframe {
border: none;
display: block;
}
#admin {
margin-left: 10px;
}
#admin th, td {
padding: 5px;
}
#error {
padding-left: 15px;
}
.loading {
display: none;
position: fixed;
top: 150px;
width: 100%;
z-index: 9999;
background: url(../img/loading.gif) center no-repeat #fff;
}
.loading-txt {
text-align: center;
font-size: 24px;
margin-top: -50px;
}