From c8c83e0e02d559d2ad5d449a8072ba07edf3317b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 6 Oct 2013 22:35:24 +0300 Subject: [PATCH 1/3] improve clickability of footer link --- core/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index 6406bcd7e6..94d2cef6b8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -253,6 +253,8 @@ input[type="submit"].enabled { } #body-login p.info a { font-weight: bold; + padding: 13px; + margin: -13px; } #body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */ From 676ded0c63e47b162fd3a3a28e984e3576c8846b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 6 Oct 2013 22:40:29 +0300 Subject: [PATCH 2/3] properly indent contents of folders for app styles, to line up with text --- core/css/apps.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/apps.css b/core/css/apps.css index 49fb189f38..f68f53d699 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -104,8 +104,8 @@ padding-left: 32px; } #app-navigation > .with-icon ul li > a { - padding-left: 48px; - background-position: 24px center; + padding-left: 68px; + background-position: 44px center; } #app-navigation .open { From 94ae66c651978f9c8f981e23993ac5dd4cd84b3c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 6 Oct 2013 22:50:11 +0300 Subject: [PATCH 3/3] fix web interface showing very small when accessed on smartphone --- core/templates/layout.base.php | 1 + core/templates/layout.guest.php | 1 + core/templates/layout.user.php | 1 + 3 files changed, 3 insertions(+) diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index ea10c3042b..8caa9a0bbe 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -11,6 +11,7 @@ getTitle()); ?> + diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 9c9eb63382..cecd97ace2 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -11,6 +11,7 @@ getTitle()); ?> + diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 71bec11d21..8d0ea71735 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -14,6 +14,7 @@ +