-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponsive.css
More file actions
43 lines (37 loc) · 919 Bytes
/
responsive.css
File metadata and controls
43 lines (37 loc) · 919 Bytes
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
@media screen and (max-width: 1230px) {
#top_header div a {
font-size: 0.7em;
vertical-align: middle;
line-height: 5px;
}
#top_header form div {
border-left: 4px solid #999;
height: 18px;
}
#top_header .button {
font-size: 0.7em;
width: 60px;
}
#top_header input:not(.button) {
width: 9em;
vertical-align: middle;
height: 11px;
font-size: 0.7em;
}
#top_header select {
font-size: 0.7em;
}
}
@media screen and (max-width: 900px) {
.groupsGUI {
display: none;
}
}
@media screen and (max-width: 830px) {
#main_table {
padding-top: 95px;
}
#top_header form div {
float: right;
}
}