34 lines
381 B
CSS
34 lines
381 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 295px;
|
|
text-align: center;
|
|
margin: 40px auto;
|
|
}
|
|
|
|
#picker {
|
|
padding-left: 50px;
|
|
}
|
|
|
|
#details {
|
|
border: 1px solid grey;
|
|
padding: 3px;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
#details input {
|
|
border: 1px solid grey;
|
|
margin: 1px;
|
|
}
|
|
|
|
#mask input {
|
|
margin: 2px;
|
|
}
|
|
|
|
#show_details {
|
|
font-weight: bold;
|
|
margin: 30px 0 4px;
|
|
cursor: pointer;
|
|
}
|