-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.css
102 lines (86 loc) · 1.4 KB
/
settings.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#main {
display: flex;
height:100%;
margin: 1em;
font-size:0.9em;
flex-direction: column;
}
.grid2 {
margin-top: 2em;
padding: 0.2em;
}
.grid2 div {
margin-bottom: 1em;
}
.grid3 {
text-align: right;
}
#fieldset1 {
display: flex;
flex-direction: row;
padding: 0.5em;
}
#fieldset_inner_left {
display: flex;
flex-direction: column;
}
#fieldset_inner_left div {
width: 15em;
margin:0.3em;
}
#fieldset_inner_left input {
width:80%;
margin-left: 0.8em;
}
#fieldset_inner_right {
display: flex;
flex-grow: 1;
flex-direction: column;
padding: 1em;
}
#Btn_Reset {
flex-basis: 1.5em; /* 高さ */
align-self: center; /* 水平センタリング */
position: relative;
bottom: -2.0em;
}
#Lbl_AutoLockOn_Title {
margin-bottom: 0em;
}
#LockOnList_outer {
overflow: auto;
height: 4em;
border: 1px solid #ccc;
padding: 0.5em;
width: 95%;
}
#LockOnList_inner {
display: flex;
flex-direction: column;
margin: 0px;
}
#LockOnList_inner label {
display: block;
}
#LockOnList_inner input {
margin-right:0;
}
#Txt_AutoSave {
width: 2.2em;
text-align: center;
padding: 0.2em;
}
#Sel_MultiplySkipTime {
width: 4em;
text-align: center;
padding: 0.2em;
}
.guide {
color:#666;
font-size: 0.9em;
}
#Btn_Close {
width: 6em;
height: 2em;
font-size: 1em;
}