From 6b3ffd7af11698e8d9fbb3821ab32a03f320cfce Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 12 Jan 2020 18:28:08 +0100 Subject: [PATCH] Wrap css --- chrome/userChrome.css | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 5e566fd..9b220b8 100755 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -1,7 +1,32 @@ -#browser-bottombox { height: 20px; border-top: solid 1px #505050; } -#statuspanel { height: 20px !important; width: 100% !important; left: 0px !important; bottom: 0px !important; padding: 0px !important; transition-duration: 0s !important; transition-delay: 0s !important; transition-property: none !important; } -#statuspanel-inner { height: 20px !important; } -#statuspanel-label { top: 0px !important; margin-left: 0px !important; margin-top: 0px !important; border: none !important; padding: 0px !important; background: transparent !important; } +#browser-bottombox { + height: 20px; + border-top: solid 1px #505050; +} +#statuspanel { + height: 20px !important; + width: 100% !important; + left: 0px !important; + bottom: 0px !important; + padding: 0px !important; + transition-duration: 0s !important; + transition-delay: 0s !important; + transition-property: none !important; +} +#statuspanel-inner { + height: 20px !important; +} +#statuspanel-label { + top: 0px !important; + margin-left: 0px !important; + margin-top: 0px !important; + border: none !important; + padding: 0px !important; + background: transparent !important; +} -html[inFullscreen="true"] #browser-bottombox { display:none !important; } -html[inFullscreen="true"] #statuspanel { display:none !important; } +html[inFullscreen="true"] #browser-bottombox { + display:none !important; +} +html[inFullscreen="true"] #statuspanel { + display:none !important; +}