summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-27 12:45:48 +0100
committermsquare <msquare@notrademark.de>2017-12-27 12:45:48 +0100
commit02b775684d643850e4a4ea3d9ac7028b6af3b469 (patch)
tree6dd98a613a2f09a422d04632a080ef94979103eb /public
parent1e8f0c484588882e01bc173f7f60e2cf1376f790 (diff)
some beauty for the my shifts table
Diffstat (limited to 'public')
-rw-r--r--public/css/theme0.css3
-rw-r--r--public/css/theme1.css3
-rw-r--r--public/css/theme2.css3
-rw-r--r--public/css/theme3.css3
-rw-r--r--public/css/theme4.css3
-rw-r--r--public/css/theme5.css3
-rw-r--r--public/css/theme6.css3
7 files changed, 21 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index 1aaa0de8..b3214c54 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6866,6 +6866,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme1.css b/public/css/theme1.css
index 1fd11527..842ea757 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6889,6 +6889,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme2.css b/public/css/theme2.css
index ff93fab0..9a04d8b8 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6866,6 +6866,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme3.css b/public/css/theme3.css
index a443c579..99d3eafd 100644
--- a/public/css/theme3.css
+++ b/public/css/theme3.css
@@ -6875,6 +6875,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme4.css b/public/css/theme4.css
index 6ab26363..cb9f95c5 100644
--- a/public/css/theme4.css
+++ b/public/css/theme4.css
@@ -6889,6 +6889,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme5.css b/public/css/theme5.css
index eaee345e..0b32c10f 100644
--- a/public/css/theme5.css
+++ b/public/css/theme5.css
@@ -6869,6 +6869,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}
diff --git a/public/css/theme6.css b/public/css/theme6.css
index 138bbbf7..705ddc28 100644
--- a/public/css/theme6.css
+++ b/public/css/theme6.css
@@ -6893,6 +6893,9 @@ body {
.space-top {
margin-top: 15px;
}
+.column_duration {
+ text-align: right;
+}
.messages:focus {
outline: none;
}