diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 9b220b8..1f3bf95 100755 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -3,6 +3,7 @@ border-top: solid 1px #505050; } #statuspanel { + position: fixed !important; height: 20px !important; width: 100% !important; left: 0px !important; @@ -12,16 +13,9 @@ 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; + border: none !important; } html[inFullscreen="true"] #browser-bottombox { diff --git a/chrome/userContent.css b/chrome/userContent.css deleted file mode 100755 index 60f67fb..0000000 --- a/chrome/userContent.css +++ /dev/null @@ -1,4 +0,0 @@ -// input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; } -// input[type=button], input[type=submit] { -moz-appearance: button; } -// input[type=checkbox] { -moz-appearance: checkbox; } -// input[type=radio] { -moz-appearance: radio; }