sync both themes with toolkit winstripe changes of 13 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 11 May 2012 18:39:41 +0000 (20:39 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 11 May 2012 18:39:41 +0000 (20:39 +0200)
EarlyBlue/communicator/aboutSyncTabs.css
EarlyBlue/global/aboutSupport.css
EarlyBlue/global/icons/commandline.png [deleted file]
EarlyBlue/global/toolbarbutton.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/communicator/aboutSyncTabs.css
LCARStrek/global/aboutSupport.css
LCARStrek/global/icons/commandline.png [deleted file]
LCARStrek/global/media/videocontrols.css
LCARStrek/global/toolbarbutton.css
LCARStrek/mozapps/extensions/extensions.css

index 700c0cbb0f0d50ec1e631c3ff4443ea657a72833..21f85342cce77219b4e247520195c989dbcf5f52 100644 (file)
@@ -30,7 +30,7 @@ richlistitem[type="tab"] {
   padding: 2px 5px;
   margin-bottom: 4px;
   -moz-margin-start: 4em;
-  -moz-border-radius: 6px;
+  border-radius: 6px;
   background-color: #CCD0DD;
   width: 44em;
   opacity: 0.9;
@@ -47,7 +47,7 @@ richlistitem[type="client"] {
   margin-top: 2px;
   margin-bottom: 3px;
   width: 42em;
-  -moz-border-radius: 6px;
+  border-radius: 6px;
   background-color: transparent;
   -moz-user-focus: ignore !important;
 }
index 30a5fc3f4fb145dc3d2f1128db06f13895d2b317..b49add4a399613061f990532e7069c89f21919b5 100644 (file)
@@ -42,7 +42,6 @@ html {
 }
 
 body {
-  text-align: justify;
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
@@ -114,3 +113,29 @@ td {
   white-space: nowrap;
   overflow: hidden;
 }
+
+#reset-box {
+  background-color: #CCD0DD;
+  border: 1px solid #666699;
+  color: #000000;
+  float: right;
+  margin-top: 2em;
+  margin-bottom: 20px;
+  -moz-margin-start: 20px;
+  -moz-margin-end: 0;
+  padding: 16px;
+  width: 30%;
+}
+
+body[dir="rtl"] > #reset-box {
+  float: left;
+}
+
+#reset-box > h3 {
+  margin-top: 0;
+}
+
+#reset-box > button {
+  display: block;
+  margin: auto;
+}
diff --git a/EarlyBlue/global/icons/commandline.png b/EarlyBlue/global/icons/commandline.png
deleted file mode 100644 (file)
index 3ba7011..0000000
Binary files a/EarlyBlue/global/icons/commandline.png and /dev/null differ
index 092efad3f03a4837f8dd22c5f71a5ecf206054a2..eaa4c983b3281c41f43f3e69af5208d68b888e9b 100644 (file)
@@ -126,10 +126,6 @@ toolbarbutton[checked="true"] {
   background-color: transparent !important;
 }
 
-.toolbarbutton-menu-dropmarker[disabled="true"] {
-  padding: 0 !important;
-}
-
 /* ::::: toolbarbutton menu-button ::::: */
 
 toolbarbutton[type="menu-button"] {
index e7e951a78c21e0e07658476f63317d2bc43a93b8..676aaadbb8541682d0c55f2ee4bd399b7ef165c3 100644 (file)
@@ -853,15 +853,25 @@ setting[first-row="true"] {
   margin-top: 2em;
 }
 
+setting {
+  -moz-box-align: start;
+}
+
+.preferences-alignment {
+  min-height: 30px;
+  -moz-box-align: center;
+}
+
 .preferences-description {
   font-size: 90.9%;
   color: #808080;
   margin-top: -2px;
   -moz-margin-start: 2em;
+  white-space: pre-wrap;
 }
 
-setting[type="string"] > .setting-input > textbox {
-  -moz-box-flex: 1;
+.preferences-description:empty {
+  display: none;
 }
 
 setting[type="radio"] > radiogroup {
index 47fa5b39df34d9db075c4782f42b2027dd28b2b9..48460f97e556254cdd2ed6539358dc2ff5f9b2fb 100644 (file)
@@ -30,7 +30,7 @@ richlistitem[type="tab"] {
   padding: 2px 5px;
   margin-bottom: 4px;
   -moz-margin-start: 4em;
-  -moz-border-radius: 6px;
+  border-radius: 6px;
   background-color: #402800;
   width: 44em;
   opacity: 0.9;
@@ -47,7 +47,7 @@ richlistitem[type="client"] {
   margin-top: 2px;
   margin-bottom: 3px;
   width: 42em;
-  -moz-border-radius: 6px;
+  border-radius: 6px;
   background-color: transparent;
   -moz-user-focus: ignore !important;
 }
index fb6ba237a85d5884e529ff6bf9e332a076c8001d..094674a63c1f853a36e70c8498b0ac5254fe49bd 100644 (file)
@@ -42,7 +42,6 @@ html {
 }
 
 body {
-  text-align: justify;
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
@@ -170,3 +169,29 @@ td {
   white-space: nowrap;
   overflow: hidden;
 }
+
+#reset-box {
+  background-color: #000000;
+  border: 1px solid #9C9CFF;
+  color: #FF9F00;
+  float: right;
+  margin-top: 2em;
+  margin-bottom: 20px;
+  -moz-margin-start: 20px;
+  -moz-margin-end: 0;
+  padding: 16px;
+  width: 30%;
+}
+
+body[dir="rtl"] > #reset-box {
+  float: left;
+}
+
+#reset-box > h3 {
+  margin-top: 0;
+}
+
+#reset-box > button {
+  display: block;
+  margin: auto;
+}
diff --git a/LCARStrek/global/icons/commandline.png b/LCARStrek/global/icons/commandline.png
deleted file mode 100644 (file)
index 6fe06c1..0000000
Binary files a/LCARStrek/global/icons/commandline.png and /dev/null differ
index 19ee4de18bda06596219758a54a7ead1047df040..0cdec5c7dec55e68907490581b29390f193902f7 100644 (file)
   /* margin left/right: make bar 8px wide (control width = 28, minus 2 * 10 margin) */
   margin: 0px 10px;
   background-color: rgba(0,0,0,0.5);
-  border-radius: 4px 4px;
+  border-radius: 2.5px;
 }
 
 .durationBox {
   /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
   margin: 10px 22px;
   background-color: rgba(0,0,0,0.75);
-  border-radius: 4px 4px;
+  border-radius: 2.5px;
 }
 
 .bufferBar, .progressBar {
    * compositing gives it a different visual appearance.
    */
   background-color: rgba(255,159,0,0.75);
-  border-radius: 4px 4px;
+  border-radius: 2.5px;
   -moz-appearance: none;
 }
 
 .progressBar .progress-bar {
   background-color: #008484;
-  border-radius: 4px 0px 0px 4px;
+  border-radius: 2.5px;
   -moz-appearance: none;
 }
 
index d6aa298d361bbe638fefcb3b3675adcadeb6af7b..05e84d107c8920ce036dae6a12f718b7fa8cfa48 100644 (file)
@@ -139,10 +139,6 @@ toolbarbutton[checked="true"]:hover:active {
   background-color: transparent !important;
 }
 
-.toolbarbutton-menu-dropmarker[disabled="true"] {
-  padding: 0 !important;
-}
-
 /* ::::: toolbarbutton menu-button ::::: */
 
 toolbarbutton[type="menu-button"] {
index 868a43b930a36206389bb64ccccf14a7b0c0497b..86655e179c7632cf055f686d40a1b44db4ae0486 100644 (file)
@@ -901,15 +901,25 @@ setting[first-row="true"] {
   margin-top: 2em;
 }
 
+setting {
+  -moz-box-align: start;
+}
+
+.preferences-alignment {
+  min-height: 30px;
+  -moz-box-align: center;
+}
+
 .preferences-description {
   font-size: 90.9%;
   color: #808080;
   margin-top: -2px;
   -moz-margin-start: 2em;
+  white-space: pre-wrap;
 }
 
-setting[type="string"] > .setting-input > textbox {
-  -moz-box-flex: 1;
+.preferences-description:empty {
+  display: none;
 }
 
 setting[type="radio"] > radiogroup {