From d76118e44f7e4d797b92f679561f8294b9ff9996 Mon Sep 17 00:00:00 2001 From: oldkid Date: Tue, 28 Jan 2025 14:27:08 +0100 Subject: [PATCH] Minor tweaks * Brand text styled and positioned * Advanced Content Filter add-on help table spill fixed. * Added "Sign-In" label to button * Menu overflow-x now hidden. --- bookface_light.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bookface_light.css b/bookface_light.css index 3476b10..c38d449 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -126,6 +126,14 @@ height: 40px !important; width: 40px !important; } + #navbar-brand-text { + line-height: 40px; + font-weight: 700; + color: var(--link-color) !important; + } + #nav-login::before{ + content: 'Sign-In'; + } .topbar ul.nav { left: 50% !important; margin-left: -25% !important; @@ -182,6 +190,7 @@ #nav-user-menu { background-color: #ffffff !important; min-width: 250px !important; + overflow-x: hidden; } .btn { @@ -960,7 +969,15 @@ #photos-upload-perms button[data-toggle="modal"]:hover, #photos-upload-perms button[data-toggle="modal"]:focus { background-color: rgba(0,0,0,.2) !important; + } +/* ADD-ONS */ +.advancedcontentfilter-content-wrapper table td:nth-of-type(2) { + word-wrap: anywhere; +} +.advancedcontentfilter-content-wrapper pre { + margin-top: 20px; +} audio, progress, video { display: block;