51 lines
778 B
CSS
51 lines
778 B
CSS
#passenger_editor {
|
|
display: none;
|
|
}
|
|
|
|
#passenger_editor > header {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#passenger_editor > header > span {
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
|
|
#passenger_editor > dl {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#passenger_editor > dl > dt {
|
|
float: left;
|
|
clear: left;
|
|
width: 100px;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#passenger_editor > dl > dd {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#passenger_editor input,
|
|
#passenger_editor select {
|
|
width: 60%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#passenger_editor input.txt-input-block {
|
|
width: 80%;
|
|
}
|
|
|
|
#selltip_selection {
|
|
display: none;
|
|
}
|
|
#selltip_selection li {
|
|
line-height: 170%;
|
|
}
|