diff --git a/etemplate/js/test/test.css b/etemplate/js/test/test.css index 36ac0e2f68..0ac8042822 100644 --- a/etemplate/js/test/test.css +++ b/etemplate/js/test/test.css @@ -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 {