diff options
-rwxr-xr-x | modules-available/locationinfo/templates/frontend-default.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/frontend-default.html b/modules-available/locationinfo/templates/frontend-default.html index 66fb14bd..9bca1ccb 100755 --- a/modules-available/locationinfo/templates/frontend-default.html +++ b/modules-available/locationinfo/templates/frontend-default.html @@ -330,11 +330,23 @@ optional: overflow-y: hidden !important; } - .wc-grid-timeslot-header, .wc-header .wc-time-column-header { + width: 49px; + } + + .wc-grid-timeslot-header { width: 50px; } + .wc-scrollbar-shim { + width: 0 !important; + } + + .ui-state-active { + border-left-width: 3px !important; + border-right-width: 3px !important; + } + #i18n { display: none; } |