[FIX] Getting books

This commit is contained in:
Alexandre Díaz
2019-01-14 18:51:49 +01:00
parent aee74efa54
commit 03ff5e3871
6 changed files with 63 additions and 48 deletions

View File

@@ -22,8 +22,10 @@
}
#pms-menu {
padding: 0 0.2em !important;
overflow: auto;
background-color: #f8f8f8;
height: 100%;
padding: 0 2.5em;
}
#pms-menu .input-group span, #pms-menu input {
@@ -41,6 +43,32 @@
overflow: auto;
}
#pms-search {
position: fixed;
z-index: 9;
}
#hcal_widget {
max-height: 100%;
}
#multicalendar_panels {
background-color: white;
border-left: 1px solid #ddd;
}
.nav-tabs > li > a {
border-radius: 0;
}
.nav-tabs {
padding-top: 4px;
}
.navbar-default {
border-color: #f8f8f8;
}
button .led {
position: absolute;
display: inline-block;