menu2.css
1.98 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
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
97
98
99
100
101
102
103
104
105
ul{
list-style: none;
}
.title{
font-family:"Born Ready Slanted";
}
#grid{
display:grid;
grid-template-columns: 175px 900px;
}
#content{
padding-left:40px;
padding-right:40px;
padding-top:20px;
}
#choiceul{
padding-right:300px;
padding-left:300px;
padding-bottom:10px;
display:grid;
grid-template-columns: repeat(2, 1fr);
}
.cr{
font-size:12px;
}
#menu_bar{
padding-top:15px;
padding-right:10px;
}
#menu{
padding-left:25px;
}
.menu1{
margin-top:14px;
font:15px, bold;
}
.menu2{
margin-top:7px;
margin-left:6px;
font-size:12px;
}
#dateForm{
display:grid;
grid-template-columns: 130px 23px;
margin-left:6px;
}
#between_date_start, #between_date_end,#between_payment_date_start, #between_payment_date_end, #between_amount_date_start, #between_amount_date_end, #between_payment_date_start, #between_payment_date_end, #between_card_date_start, #between_card_date_end, #between_store_date_start, #between_store_date_end{
font-size:10px;
margin-top:2px;
margin-right:3px;
}
#between_date_submit, #between_amount_date_submit, #between_payment_date_submit, #between_card_date_submit, #between_store_date_submit{
font-size:8px;
}
#numberForm{
display:grid;
grid-template-columns: 100px 1fr 1fr 1fr;
margin-left:6px;
}
#number{
font-size:10px;
margin-top:2px;
margin-right:3px;
}
#number_push, #number_pop, #number_submit{
font-size:8px;
}
#keyword4_list{
font-size:10px;
}
.sort, .filterlabel{
font-size:12px;
list-style: none;
}
#myList{
padding-right:200px;
padding-left:200px;
padding-bottom:10px;
display:grid;
grid-template-columns: 1fr;
}
#myList_in{
display:grid;
grid-template-columns: repeat(4,1fr);
}
.search{
margin-right:20px;
margin-bottom:10px;
}
ol li{
list-style: none;
list-style-position:inside;
border-top:1px solid gray;
padding:10px;
margin:5px;
}
#listrow_number, #listrow_date, #listrow_body, #listrow_keyword, #listrow_bname, #listrow_price, #listrow_sname, #listrow_payment{
margin:5px;
font-size:14px;
}
#m2{
display:grid;
grid-template-columns: 1fr 1fr;
}