mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Getting books
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user