[explore] Improved time filters controls (#3371)

* Improved time filters controls

* lint

* Fix coverage

* Allow empty dates
This commit is contained in:
Maxime Beauchemin
2017-08-28 09:16:23 -07:00
committed by GitHub
parent aff7a82664
commit a47a512808
13 changed files with 384 additions and 36 deletions

View File

@@ -86,3 +86,8 @@
.control-panel-section span.label {
display: inline-block;
}
.input-inline {
float: left;
display: inline-block;
padding-right: 3px;
}