From f74ae48f71ec95638ed2ebc6212dd40d815c78ff Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 20 Jun 2017 14:31:00 +0200 Subject: Filter field for players' names --- templates/ranking.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'templates/ranking.html') diff --git a/templates/ranking.html b/templates/ranking.html index ef338bb..4dd91fe 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -24,7 +24,7 @@ title="Kliknięcie zamienia filtr w danej kategorii.
Kliknięcie z klawiszem Ctrl dodaje filtr w kategorii.">
-

+

@@ -45,8 +45,6 @@
-

-

@@ -62,7 +60,19 @@
-

+
+
+
Imię/nazwisko
+ +
+ + +
+
+
+
-- cgit v1.2.3 From a0d4e684dd0254f26c70c3e59f73c3685680e757 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 20 Jun 2017 17:50:05 +0200 Subject: Support for easier filter input on mobile devices This should conclude a fix for #5 --- templates/ranking.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'templates/ranking.html') diff --git a/templates/ranking.html b/templates/ranking.html index 4dd91fe..2f546a7 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -61,16 +61,18 @@
-
-
Imię/nazwisko
- -
- - +
+
+
Imię/nazwisko
+ +
+ + +
-
+
-- cgit v1.2.3