From 9ece96ae96345688f0095cf2e4139233d31771bd Mon Sep 17 00:00:00 2001 From: Juho Vanhanen Date: Sat, 26 Sep 2015 21:40:40 +0300 Subject: [PATCH 01/29] Changed font-weight to normal in light.css --- html/css/light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/light.css b/html/css/light.css index f224ff3cb..7482b08b2 100644 --- a/html/css/light.css +++ b/html/css/light.css @@ -94,3 +94,7 @@ 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } + +label { + font-weight: normal; +} \ No newline at end of file From ae47b92fb6b20ae9c15cc631796c77a4a053de7d Mon Sep 17 00:00:00 2001 From: Juho Vanhanen Date: Wed, 30 Sep 2015 13:58:57 +0300 Subject: [PATCH 02/29] Added normal font-weight to labels for light theme --- html/css/light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/light.css b/html/css/light.css index f224ff3cb..7482b08b2 100644 --- a/html/css/light.css +++ b/html/css/light.css @@ -94,3 +94,7 @@ 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } + +label { + font-weight: normal; +} \ No newline at end of file From 5c1a67a8d95ab10d5f6d9c086f3fe67c7db32714 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Thu, 1 Oct 2015 20:04:32 +0530 Subject: [PATCH 03/29] Fixes #2012 --- html/pages/logon.inc.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/html/pages/logon.inc.php b/html/pages/logon.inc.php index bd0b86cf5..05e4508c3 100644 --- a/html/pages/logon.inc.php +++ b/html/pages/logon.inc.php @@ -42,14 +42,6 @@ else { $msg_box[] = array('type'=>'error','message'=>$auth_message,'title'=>'Login error'); } ?> - -
'.$config['login_message'].'
- '); - } - ?>