forked from extern/egroupware
- Make progress inline
- Different sizing for date fields
This commit is contained in:
parent
743aa2935e
commit
53d2d9641b
@ -178,11 +178,14 @@ span.et2_date {
|
||||
min-width: 130px;
|
||||
}
|
||||
span.et2_date input.et2_date {
|
||||
min-width: 10ex;
|
||||
min-width: 16.5ex;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
background-size: contain;
|
||||
}
|
||||
span.et2_date input[type=time].et2_date {
|
||||
min-width: 6ex;
|
||||
}
|
||||
span.et2_date span {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
@ -566,10 +569,12 @@ label input, label span, label div, label select, label textarea {
|
||||
}
|
||||
|
||||
div.et2_progress {
|
||||
display: inline-block;
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
width: 30px;
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
text-align: left;
|
||||
}
|
||||
div.et2_progress > div {
|
||||
|
Loading…
Reference in New Issue
Block a user