-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
58 lines (53 loc) · 1.17 KB
/
mobile.css
File metadata and controls
58 lines (53 loc) · 1.17 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
/*
* Reservation form
*/
.reservation dt {
width: 80px;
padding: 3px;
}
.reservation dd {
width: 180px;
padding: 3px;
}
.already_reserved, .free {
font-size: x-small;
padding: 0 5px;
}
/*
* Member's information
*/
table.members_info {
color: #333;
text-align: left;
}
table.members_info th {
padding: 3px;
width: 80px;
}
table.members_info td {
padding: 3px;
}
table.edit_schedule th, table.edit_schedule td,
table.daily_schedule th, table.daily_schedule td,
table.single_schedule_time th, table.single_schedule_status td,
table.weekly_schedule th, table.weekly_schedule td {
font-weight: normal;
font-family: Arial !important;
padding: 3px !important;
}
@media screen and (max-width: 480px){ /* 画面が480pxの場合 */
}
@media screen and (max-width: 320px){ /* 画面が320pxの場合 */
table.edit_schedule th, table.edit_schedule td,
table.daily_schedule th, table.daily_schedule td,
table.single_schedule_time th, table.single_schedule_status td,
table.weekly_schedule th, table.weekly_schedule td {
font-size: x-small;
}
.list_pagenavi {
font-size: x-small;
}
}
.container {
padding: 0px;
}