- Make progress inline

- Different sizing for date fields
This commit is contained in:
Nathan Gray 2012-03-13 18:03:53 +00:00
parent 743aa2935e
commit 53d2d9641b

View File

@ -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 {