add special layout for time field

This commit is contained in:
2015-07-05 23:14:44 +02:00
parent ab52528f71
commit 0dd3dd2a1e
4 changed files with 1062 additions and 1026 deletions

View File

@@ -92,4 +92,18 @@ ul.custom_fields.choice li {
p {
font-family: 'open_sanslight';
}
}
// inline time input
.time_compound {
input[type=text], select {
width: 4em;
display: inline-block;
text-align: center;
}
.separator {
margin-left: 0.2em;
margin-right: 0.2em;
}
}