diff options
Diffstat (limited to 'public/css/theme6.css')
-rw-r--r-- | public/css/theme6.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/theme6.css b/public/css/theme6.css index 705ddc28..dff2de34 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -6845,6 +6845,9 @@ body { .panel-danger .panel-heading a { color: #ffffff; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; @@ -6976,6 +6979,18 @@ body { transform: rotate(0deg) translateY(0px); } } +@media (max-width: 525px) { + .col-xxs-12 { + float: none; + width: 100%; + position: relative; + left: 0; + right: 0; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; + } +} .messages .text-danger { color: #fff; } |