From 7f8406cd581ff96c12ddcc8467cbd617239287a3 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 12 Apr 2015 21:05:48 +0200 Subject: [PATCH] sync both themes with suite classic theme changes in SeaMonkey 2.35 cycle --- .../communicator/aboutPrivateBrowsing.css | 27 +++++++------------ .../communicator/aboutPrivateBrowsing.css | 27 +++++++------------ 2 files changed, 18 insertions(+), 36 deletions(-) diff --git a/EarlyBlue/communicator/aboutPrivateBrowsing.css b/EarlyBlue/communicator/aboutPrivateBrowsing.css index bc2cfe4b..e4dde53b 100644 --- a/EarlyBlue/communicator/aboutPrivateBrowsing.css +++ b/EarlyBlue/communicator/aboutPrivateBrowsing.css @@ -11,20 +11,18 @@ display: none; } +.title { + background-size: auto; +} + /* Pick the desired icons depending on the window's context */ -#warningBox.private > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/information-48.png"); - width: 48px; - height: 48px; - -moz-margin-end: 3em; +.private.title { + background-image: url("chrome://global/skin/icons/information-48.png"); } -#warningBox.normal > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/question-48.png"); - width: 48px; - height: 48px; - -moz-margin-end: 3em; +.normal.title { + background-image: url("chrome://global/skin/icons/question-48.png"); } #trackWarnBox { @@ -41,14 +39,8 @@ /* Define additional styles to look similar to the netError/certError pages */ -#warningTitle { - font-weight: bold; -} - #warningStatus { margin: 0.4em 0 1.2em 0; - padding-bottom: 1.2em; - border-bottom: 1px solid #808080; font-size: 135%; } @@ -56,7 +48,6 @@ margin: 0.8em 0 1em 0; } -#warningOuterBox > vbox > label, -#warningInnerBox > description { +#warningStatus > label { -moz-margin-start: 0; } diff --git a/LCARStrek/communicator/aboutPrivateBrowsing.css b/LCARStrek/communicator/aboutPrivateBrowsing.css index 2c95ac58..e4dde53b 100644 --- a/LCARStrek/communicator/aboutPrivateBrowsing.css +++ b/LCARStrek/communicator/aboutPrivateBrowsing.css @@ -11,20 +11,18 @@ display: none; } +.title { + background-size: auto; +} + /* Pick the desired icons depending on the window's context */ -#warningBox.private > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/information-48.png"); - width: 48px; - height: 48px; - -moz-margin-end: 3em; +.private.title { + background-image: url("chrome://global/skin/icons/information-48.png"); } -#warningBox.normal > #warningBoxIcon { - list-style-image: url("chrome://global/skin/icons/question-48.png"); - width: 48px; - height: 48px; - -moz-margin-end: 3em; +.normal.title { + background-image: url("chrome://global/skin/icons/question-48.png"); } #trackWarnBox { @@ -41,14 +39,8 @@ /* Define additional styles to look similar to the netError/certError pages */ -#warningTitle { - font-weight: bold; -} - #warningStatus { margin: 0.4em 0 1.2em 0; - padding-bottom: 1.2em; - border-bottom: 1px solid #9C9CFF; font-size: 135%; } @@ -56,7 +48,6 @@ margin: 0.8em 0 1em 0; } -#warningOuterBox > vbox > label, -#warningInnerBox > description { +#warningStatus > label { -moz-margin-start: 0; } -- 2.35.3