summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-15 21:38:29 +0100
committermsquare <msquare@notrademark.de>2016-11-15 21:38:29 +0100
commit3e5316e0c1eb76a01c1f968126309857541e46e4 (patch)
tree03ffb3f63746bb57757ed0bbcc287c39f4da138e
parent79ca2f177203b9514c8f351eff4e24b6b4996af5 (diff)
align header text
-rw-r--r--public/css/theme0.css2
-rw-r--r--public/css/theme1.css2
-rw-r--r--public/css/theme2.css2
-rw-r--r--public/css/theme3.css2
-rw-r--r--themes/base.less2
5 files changed, 5 insertions, 5 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index bc8e639f..e6730397 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6766,7 +6766,7 @@ body {
background: #ffffff;
border-bottom: 1px solid #dddddd;
height: 30px;
- padding: 5px;
+ padding: 5px 5px 5px 16px;
}
.shift-calendar .lane .tick {
height: 30px;
diff --git a/public/css/theme1.css b/public/css/theme1.css
index 39f8e7a6..32d31bd2 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6789,7 +6789,7 @@ body {
background: #222222;
border-bottom: 1px solid #282828;
height: 30px;
- padding: 5px;
+ padding: 5px 5px 5px 16px;
}
.shift-calendar .lane .tick {
height: 30px;
diff --git a/public/css/theme2.css b/public/css/theme2.css
index 4e13c1bc..8a1c3583 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6766,7 +6766,7 @@ body {
background: #ffffff;
border-bottom: 1px solid #dddddd;
height: 30px;
- padding: 5px;
+ padding: 5px 5px 5px 16px;
}
.shift-calendar .lane .tick {
height: 30px;
diff --git a/public/css/theme3.css b/public/css/theme3.css
index c20c1059..24aebfaf 100644
--- a/public/css/theme3.css
+++ b/public/css/theme3.css
@@ -6775,7 +6775,7 @@ body {
background: #ffffff;
border-bottom: 1px solid #dddddd;
height: 30px;
- padding: 5px;
+ padding: 5px 5px 5px 16px;
}
.shift-calendar .lane .tick {
height: 30px;
diff --git a/themes/base.less b/themes/base.less
index 19a52e76..d1ef5b64 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -52,7 +52,7 @@ body {
background: @panel-bg;
border-bottom: 1px solid @table-border-color;
height: 30px;
- padding: 5px;
+ padding: 5px 5px 5px 16px;
}
.tick {