From c0fb45ea7e0f2045575b3cdd750bbc6673b22f48 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 12 Apr 2010 14:25:40 +0200 Subject: [PATCH 1/1] update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resizers actually styled where needed --- EarlyBlue/global/resizer.css | 9 ++++++++- EarlyBlue/mozapps/plugins/pluginProblem.css | 11 ++++------- LCARStrek/global/resizer.css | 9 ++++++++- LCARStrek/mozapps/plugins/pluginProblem.css | 11 ++++------- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css index 6b12f48b..28974ecf 100644 --- a/EarlyBlue/global/resizer.css +++ b/EarlyBlue/global/resizer.css @@ -1,5 +1,9 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +resizer { + background-color: #CCD0DD; +} + resizer[dir="top"], resizer[dir="bottom"] { cursor: ns-resize; @@ -30,5 +34,8 @@ resizer[dir="bottomend"]:-moz-locale-dir(rtl) { resizer[dir="bottomright"]:-moz-locale-dir(ltr), resizer[dir="bottomend"] { - /* -moz-appearance: resizer; */ + background-image: url("chrome://global/skin/icons/resizer.png"); + background-position: bottom right; + width: 15px; + height: 15px; } diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index a8ee73c9..7ae0d82b 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -47,18 +47,15 @@ html|a { cursor: default; } +.submitStatus div { + min-height: 19px; /* height of biggest line (with throbber) */ +} + .msgBottomLinks { padding-left: 2px; padding-right: 2px; } -.msgBottomLinks div { - text-align: right; - margin-right: 4px; - margin-bottom: -19px; - min-height: 19px; /* height of biggest line (with throbber) */ -} - .helpIcon { float: left; display: inline-block; diff --git a/LCARStrek/global/resizer.css b/LCARStrek/global/resizer.css index 6b12f48b..955dfe38 100644 --- a/LCARStrek/global/resizer.css +++ b/LCARStrek/global/resizer.css @@ -1,5 +1,9 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +resizer { + background-color: #000000; +} + resizer[dir="top"], resizer[dir="bottom"] { cursor: ns-resize; @@ -30,5 +34,8 @@ resizer[dir="bottomend"]:-moz-locale-dir(rtl) { resizer[dir="bottomright"]:-moz-locale-dir(ltr), resizer[dir="bottomend"] { - /* -moz-appearance: resizer; */ + background-image: url("chrome://global/skin/icons/resizer.png"); + background-position: bottom right; + width: 15px; + height: 15px; } diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index a41b6647..14ec88a1 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -47,18 +47,15 @@ html|a { cursor: default; } +.submitStatus div { + min-height: 19px; /* height of biggest line (with throbber) */ +} + .msgBottomLinks { padding-left: 2px; padding-right: 2px; } -.msgBottomLinks div { - text-align: right; - margin-right: 4px; - margin-bottom: -19px; - min-height: 19px; /* height of biggest line (with throbber) */ -} - .helpIcon { float: left; display: inline-block; -- 2.35.3