diff --git a/css/style.css b/css/style.css index 93654ac..3ca4b08 100644 --- a/css/style.css +++ b/css/style.css @@ -112,3 +112,15 @@ input[type=checkbox], input[type=radio] { padding: 10px 20px 20px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } + +.filter-input-group { + position: relative; + margin-bottom: 30px; +} + +.filter-input-group > .clear-button { + position: absolute; + right: 25px; + top: 6px; + cursor: pointer; +} \ No newline at end of file diff --git a/index.html b/index.html index e1eeea6..18551bc 100644 --- a/index.html +++ b/index.html @@ -1069,9 +1069,15 @@