diff --git a/Web/css/librebooking.css b/Web/css/librebooking.css index 18e0ffef6..e45f0f6bc 100644 --- a/Web/css/librebooking.css +++ b/Web/css/librebooking.css @@ -477,6 +477,7 @@ table.reservations td { cursor: pointer; } +#userDetailsDiv, #resourceDetailsDiv { max-width: 50%; display: none; @@ -484,19 +485,6 @@ table.reservations td { z-index: 99999; } -#userDetailsDiv, -#customize-columns { - display: none; - position: absolute; - border: solid 1px var(--color-lines); - background-color: #fff; - padding: 5px; - -webkit-box-shadow: 0px 0px 3px 0px #212121; - -moz-box-shadow: 0px 0px 3px 0px #212121; - box-shadow: 0px 0px 3px 0px #212121; - z-index: 99999; -} - #reservation-box label { min-width: 50px; } @@ -573,6 +561,10 @@ input.mid-number { color: var(--text-color-btn); } +.repeat-date-list { + min-height: 40px; +} + .no-show { display: none !important; } \ No newline at end of file diff --git a/Web/scripts/userPopup.js b/Web/scripts/userPopup.js index ac998ea5b..d18879b17 100644 --- a/Web/scripts/userPopup.js +++ b/Web/scripts/userPopup.js @@ -9,7 +9,7 @@ $.fn.bindUserDetails = function (userId, options) { function getDiv() { if ($('#userDetailsDiv').length <= 0) { - return $('
').appendTo('body'); + return $('').appendTo('body'); } else { diff --git a/tpl/Admin/Blackouts/manage_blackouts_edit.tpl b/tpl/Admin/Blackouts/manage_blackouts_edit.tpl index b46e83c0e..ac5e4a00c 100644 --- a/tpl/Admin/Blackouts/manage_blackouts_edit.tpl +++ b/tpl/Admin/Blackouts/manage_blackouts_edit.tpl @@ -1,6 +1,6 @@