mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Etemplate: Give date-duration number a little more space. It can now fit "10.25"
This commit is contained in:
parent
f953d7a3b2
commit
d0e7664eaa
@ -527,10 +527,10 @@ span.et2_date span {
|
||||
span.et2_date_duration {
|
||||
border: 1px solid gray;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
span.et2_date_duration .et2_date_duration {
|
||||
width: 3em;
|
||||
width: 4.5em;
|
||||
text-align: right;
|
||||
border: none;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user