Better display of nav tab pills in mobile devices.

This commit is contained in:
Alex Tselegidis 2020-09-07 13:28:51 +03:00
parent 0b203c00c6
commit aeb8c3d86e
1 changed files with 13 additions and 4 deletions

View File

@ -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 {