summaryrefslogtreecommitdiff
path: root/browser/base/content/browser.css
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-08-18 08:53:17 +0200
committerPale Moon <git-repo@palemoon.org>2015-08-18 08:53:17 +0200
commit06a219b34d4c19c9368f53dcf97e3414402b75a5 (patch)
tree7191e779b8f090336cc7463d7fda1aca88090445 /browser/base/content/browser.css
parentcc3205520eca5c6e7ef8412ffbe0075f182d521c (diff)
downloadpalemoon-gre-06a219b34d4c19c9368f53dcf97e3414402b75a5.tar.gz
Remove the social API
Diffstat (limited to 'browser/base/content/browser.css')
-rw-r--r--browser/base/content/browser.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
index d7a1c3591..a44b46195 100644
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -668,56 +668,3 @@ html|*#gcli-output-frame,
toolbarbutton[type="badged"] {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#toolbarbutton-badged");
}
-
-/* Note the chatbox 'width' values are duplicated in socialchat.xml */
-chatbox {
- -moz-binding: url("chrome://browser/content/socialchat.xml#chatbox");
- transition: height 150ms ease-out, width 150ms ease-out;
- height: 285px;
- width: 260px; /* CHAT_WIDTH_OPEN in socialchat.xml */
-}
-
-chatbox[minimized="true"] {
- width: 160px;
- height: 20px; /* CHAT_WIDTH_MINIMIZED in socialchat.xml */
-}
-
-chatbar {
- -moz-binding: url("chrome://browser/content/socialchat.xml#chatbar");
- height: 0;
- max-height: 0;
-}
-
-/* full screen chat window support */
-chatbar:-moz-full-screen-ancestor,
-chatbox:-moz-full-screen-ancestor {
- border: none;
- position: fixed !important;
- top: 0 !important;
- left: 0 !important;
- right: 0 !important;
- bottom: 0 !important;
- width: 100% !important;
- height: 100% !important;
- margin: 0 !important;
- min-width: 0 !important;
- max-width: none !important;
- min-height: 0 !important;
- max-height: none !important;
- box-sizing: border-box !important;
-}
-
-/* hide chat chrome when chat is fullscreen */
-chatbox:-moz-full-screen-ancestor > .chat-titlebar {
- display: none;
-}
-
-/* hide chatbar if browser tab is fullscreen */
-*:-moz-full-screen-ancestor chatbar:not(:-moz-full-screen-ancestor) {
- display: none;
-}
-
-/* hide sidebar when fullscreen */
-*:-moz-full-screen-ancestor #social-sidebar-box:not(:-moz-full-screen-ancestor) {
- display: none;
-}