From 3afd6af1f274a8012aea1fba8b17ccadf21c017b Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Mon, 18 Sep 2017 10:08:30 +0700 Subject: [PATCH] Fixed navigation clickable area --- App/Views/Data/pengumuman.html | 16 ++++++++++++---- App/Views/base.html | 14 +++++++++++--- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 3b35860..cd10ca5 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -45,10 +45,18 @@
- Semua - Aktif - Belum Aktif - Nonaktif +
+ Semua +
+
+ Aktif +
+
+ Belum Aktif +
+
+ Nonaktif +
diff --git a/App/Views/base.html b/App/Views/base.html index c94eca9..69f2ff3 100644 --- a/App/Views/base.html +++ b/App/Views/base.html @@ -169,13 +169,21 @@ padding: .7em 0; margin: 0; } + + nav a { + color: inherit; + } + + .filter > div { + text-align: center; + }