From 7bb64ba00641e61129cfca0e310c03f51068964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 16 Dec 2015 12:25:01 +0100 Subject: [PATCH] Added help modals and buttons all over the site --- index.php | 14 ++++++++++++++ php/controller.php | 12 ++++++++++++ php/footer.php | 1 + php/nochan.php | 11 +++++++++++ static/css/style.css | 14 ++++++++++++++ 5 files changed, 52 insertions(+) diff --git a/index.php b/index.php index d3360859..4a5d7704 100755 --- a/index.php +++ b/index.php @@ -138,6 +138,20 @@ +
diff --git a/php/controller.php b/php/controller.php index 3e3aedd2..6040ddff 100755 --- a/php/controller.php +++ b/php/controller.php @@ -13,6 +13,7 @@
+
diff --git a/php/footer.php b/php/footer.php index 5c5690f8..83ff71f2 100755 --- a/php/footer.php +++ b/php/footer.php @@ -11,6 +11,7 @@
Enjoy!

+ Help, how does this work?!

diff --git a/php/nochan.php b/php/nochan.php index 9eb90583..094bc40f 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -19,6 +19,7 @@ if(isset($_GET['chan'])){
+
diff --git a/static/css/style.css b/static/css/style.css index 779b770e..bb354438 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -68,6 +68,20 @@ footer{ } /* global colors */ + +.modal-header-fixed{ + position:fixed; + width:100px; + right:0px; +} + +.help-button-footer{ + padding: 10px; + background: white; + border-radius: 2px; + color:#2d2d2d; +} + footer.page-footer, nav, .tabs .tab a, .side-nav .collapsible-body li.active,