forked from mirrors/easyappointments
Better display of nav tab pills in mobile devices.
This commit is contained in:
parent
0b203c00c6
commit
aeb8c3d86e
1 changed files with 13 additions and 4 deletions
|
@ -275,6 +275,19 @@ body legend {
|
||||||
box-shadow: none;
|
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
|
/* BACKEND CALENDAR PAGE
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -808,10 +821,6 @@ body .form-horizontal .controls {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-page .nav li {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#business-logic .working-plan .checkbox,
|
#business-logic .working-plan .checkbox,
|
||||||
#business-logic .working-plan input[type="text"],
|
#business-logic .working-plan input[type="text"],
|
||||||
#business-logic .working-plan button {
|
#business-logic .working-plan button {
|
||||||
|
|
Loading…
Reference in a new issue