update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
authorRobert Kaiser <robert@notebook.(none)>
Mon, 12 Apr 2010 12:25:40 +0000 (14:25 +0200)
committerRobert Kaiser <robert@notebook.(none)>
Mon, 12 Apr 2010 12:25:40 +0000 (14:25 +0200)
EarlyBlue/global/resizer.css
EarlyBlue/mozapps/plugins/pluginProblem.css
LCARStrek/global/resizer.css
LCARStrek/mozapps/plugins/pluginProblem.css

index 6b12f48b2a180b6376fe7689c36b92e90600ab86..28974ecfcdce02f3b15ce2ea12539edb61402151 100644 (file)
@@ -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;
 }
index a8ee73c931cedbe48f42def96ba69f8b93356263..7ae0d82b566a7f9b694f4ca3f3e1f5e6cab5388a 100644 (file)
@@ -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;
index 6b12f48b2a180b6376fe7689c36b92e90600ab86..955dfe38d0d74ad64a7a573a672c74e780921a46 100644 (file)
@@ -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;
 }
index a41b6647440d70187716f67404e302020d2b7484..14ec88a1d448daa110e60c467e87896ef842c390 100644 (file)
@@ -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;