From 23ec5465353f9a079dc3c5282f3238c4dbbfc503 Mon Sep 17 00:00:00 2001 From: Andrii Pastushenko Date: Sat, 24 Jun 2017 21:54:27 +0300 Subject: [PATCH] added filter for global settings, translation for 'Filter' --- css/style.css | 12 ++++++++++++ index.html | 10 ++++++++-- js/ctrls/main.js | 16 +++++++++++++++- js/translate/cs_CZ.js | 1 + js/translate/de_DE.js | 1 + js/translate/en_US.js | 1 + js/translate/es_ES.js | 1 + js/translate/fr_FR.js | 1 + js/translate/it_IT.js | 1 + js/translate/nl_NL.js | 1 + js/translate/pl_PL.js | 1 + js/translate/ru_RU.js | 1 + js/translate/template.js | 1 + js/translate/th_TH.js | 1 + js/translate/tr_TR.js | 1 + js/translate/zh_CN.js | 1 + js/translate/zh_TW.js | 1 + 17 files changed, 49 insertions(+), 3 deletions(-) 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 @@