diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less index e45b7f85..beddc39d 100644 --- a/themes/base.less +++ b/themes/base.less @@ -100,6 +100,10 @@ body { color: @panel-danger-text; } +.selection .checkbox { + display: block; +} + .shift-calendar { display: flex; flex-direction: row; @@ -247,3 +251,15 @@ 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; + } +} |