From 8b78715cd4246dd085dd588ce21ce7e7e39f4ac4 Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Wed, 20 Sep 2017 15:00:21 +0700 Subject: [PATCH] Fixed editing posts page layout --- App/Views/Data/edit_pengumuman.html | 99 ++++++++++++----------------- App/Views/base.html | 8 +++ 2 files changed, 47 insertions(+), 60 deletions(-) diff --git a/App/Views/Data/edit_pengumuman.html b/App/Views/Data/edit_pengumuman.html index 4c4af7a..0ee01c4 100644 --- a/App/Views/Data/edit_pengumuman.html +++ b/App/Views/Data/edit_pengumuman.html @@ -8,7 +8,7 @@

Ubah Pengumuman

-
+
-
-
-
- -
-
- -
- -
+
+ + + -
-
- -
-
- -
- -
+ + + -
-
- -
-
- -
- -
+ + + +
-
-
- -
-
- -
- -
+
+ + + +
- - - + + + -
- -
+
+
diff --git a/App/Views/base.html b/App/Views/base.html index b12ff95..6ec8223 100644 --- a/App/Views/base.html +++ b/App/Views/base.html @@ -181,6 +181,14 @@ .rd-month button { color: #000; } + + .rd-container { + z-index: 5; + } + + h1 { + padding: .2em 0; + }