From f9d1d79929e8414789245c79369ceadf1af67ab4 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Tue, 30 Jul 2013 14:43:48 +0200
Subject: [PATCH 1/7] reduce z-index of settings popup, fix #4212
---
core/css/styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 0dd66fb5b7c..9c6d39030e9 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -596,7 +596,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
#category_addinput { width:10em; }
/* ---- APP SETTINGS ---- */
-.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:200; }
+.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:100; }
.popup.topright { top:7em; right:1em; }
.popup.bottomleft { bottom:1em; left:33em; }
.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }
From 31afbb3434b98aaa839d20d035a449b842b9d97a Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Tue, 30 Jul 2013 14:47:05 +0200
Subject: [PATCH 2/7] remove ugly inset shadow from header
---
core/css/styles.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 9c6d39030e9..e7dcdf67d64 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -19,7 +19,10 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
#body-user #header, #body-settings #header {
position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em;
background:#1d2d44 url('../img/noise.png') repeat;
- -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
+ -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
+ -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
+ box-shadow:0 0 10px rgba(0, 0, 0, .5);
+}
#body-login {
text-align: center;
From 0a5be39446e01f6e4a25c11370b2b133198a92b7 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Wed, 31 Jul 2013 09:58:57 +0200
Subject: [PATCH 3/7] remove unused and never to be used pagination
---
core/templates/part.pagenavi.php | 22 ----------------------
1 file changed, 22 deletions(-)
delete mode 100644 core/templates/part.pagenavi.php
diff --git a/core/templates/part.pagenavi.php b/core/templates/part.pagenavi.php
deleted file mode 100644
index 2f5c2183765..00000000000
--- a/core/templates/part.pagenavi.php
+++ /dev/null
@@ -1,22 +0,0 @@
-
From 8eaa0e73366cc7bd4685394480f0498bc2e45e8b Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Wed, 31 Jul 2013 10:04:02 +0200
Subject: [PATCH 4/7] remove table layout for background jobs
---
settings/templates/admin.php | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 2b14c1460d6..e54586b80df 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -90,38 +90,30 @@ if (!$_['internetconnectionworking']) {