mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add special layout for time field
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user