diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/theme0.css | 3 | ||||
-rw-r--r-- | public/css/theme1.css | 3 | ||||
-rw-r--r-- | public/css/theme2.css | 3 | ||||
-rw-r--r-- | public/css/theme3.css | 3 | ||||
-rw-r--r-- | public/css/theme4.css | 3 | ||||
-rw-r--r-- | public/css/theme5.css | 3 | ||||
-rw-r--r-- | public/css/theme6.css | 3 |
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; } |