diff options
author | msquare <msquare@notrademark.de> | 2017-12-27 12:45:48 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-27 12:45:48 +0100 |
commit | 02b775684d643850e4a4ea3d9ac7028b6af3b469 (patch) | |
tree | 6dd98a613a2f09a422d04632a080ef94979103eb /themes | |
parent | 1e8f0c484588882e01bc173f7f60e2cf1376f790 (diff) |
some beauty for the my shifts table
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less index 1b11f01c..e45b7f85 100644 --- a/themes/base.less +++ b/themes/base.less @@ -157,6 +157,10 @@ body { margin-top: 15px; } +.column_duration { + text-align: right; +} + .messages { &:focus { outline: none; |