-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesreg_responsive.css
82 lines (64 loc) · 1.59 KB
/
stylesreg_responsive.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
@charset "utf-8";
/* CSS Document */
@media only screen and ( max-width:1200px) {}
@media only screen and ( max-width:1160px) {}
@media only screen and ( max-width:1080px) {}
@media only screen and (max-width:1040px) {}
@media only screen and ( max-width:860px) {}
.pics_selected_list_main_lt {
width: 100%;
float: none;
}
.photo_upload_instrctns_list {
width: 100%;
}
.photo_upload_instrctns_list a {
display: inline-block;
width: 33.3%;
padding: 24px 1%;
float: left;
}
@media only screen and ( max-width:786px) {}
@media only screen and ( max-width:768px) {}
@media only screen and ( max-width:680px) {
.pics_incorrect_list {
float: none;
width: 100%;
padding: 0 0 20px 0;
}
.pics_correct_list {
float: none;
width: 100%;
padding: 0 0 20px 0;
}
}
@media only screen and ( max-width:600px) {
.pics_selected_list_item img {
height: 140px !important;
}
}
@media only screen and ( max-width:540px) {}
@media only screen and ( max-width:480px) {
.photo_upload_instrctns_list a {
display: block;
float: none;
width: auto;
padding: 20px;
}
.pics_selected_list_main_lt table tbody tr td {
float: none;
display: block;
width: auto;
}
.pics_selected_list_item img {
height: auto !important;
}
}
@media only screen and ( max-width:420px) {}
@media only screen and ( max-width:360px) {
.pics_incorrect_list table tr td {
width: 50%;
padding: 0 2% 10px 0;
}
}
@media only screen and ( max-width:320px) {}