diff --git a/assets/css/backend.css b/assets/css/backend.css index 27cd4a2e..f9c185cb 100644 --- a/assets/css/backend.css +++ b/assets/css/backend.css @@ -275,6 +275,19 @@ body legend { box-shadow: none; } +.backend-page .nav-pills li { + width: 100%; + text-align: center; + margin: 5px; +} + +@media (min-width: 768px) { + .backend-page .nav-pills li { + width: auto; + } +} + + /* BACKEND CALENDAR PAGE -------------------------------------------------------------------- */ @@ -808,10 +821,6 @@ body .form-horizontal .controls { margin-bottom: 15px; } -#settings-page .nav li { - cursor: pointer; -} - #business-logic .working-plan .checkbox, #business-logic .working-plan input[type="text"], #business-logic .working-plan button {