update both themes to state of toolkit winstripe trunk of 2010-11-14
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 14 Nov 2010 20:02:39 +0000 (21:02 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 14 Nov 2010 20:02:39 +0000 (21:02 +0100)
16 files changed:
EarlyBlue/global/arrow/panelarrow-down.png [new file with mode: 0644]
EarlyBlue/global/arrow/panelarrow-horiz.png [new file with mode: 0644]
EarlyBlue/global/arrow/panelarrow-up.png [new file with mode: 0644]
EarlyBlue/global/media/videocontrols.css
EarlyBlue/global/popup.css
EarlyBlue/global/webConsole.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/passwordmgr/key-64.png
LCARStrek/global/arrow/panelarrow-down.png [new file with mode: 0644]
LCARStrek/global/arrow/panelarrow-horiz.png [new file with mode: 0644]
LCARStrek/global/arrow/panelarrow-up.png [new file with mode: 0644]
LCARStrek/global/media/videocontrols.css
LCARStrek/global/popup.css
LCARStrek/global/webConsole.css
LCARStrek/mozapps/extensions/extensions.css
LCARStrek/mozapps/passwordmgr/key-64.png

diff --git a/EarlyBlue/global/arrow/panelarrow-down.png b/EarlyBlue/global/arrow/panelarrow-down.png
new file mode 100644 (file)
index 0000000..8dc8774
Binary files /dev/null and b/EarlyBlue/global/arrow/panelarrow-down.png differ
diff --git a/EarlyBlue/global/arrow/panelarrow-horiz.png b/EarlyBlue/global/arrow/panelarrow-horiz.png
new file mode 100644 (file)
index 0000000..95d8e0f
Binary files /dev/null and b/EarlyBlue/global/arrow/panelarrow-horiz.png differ
diff --git a/EarlyBlue/global/arrow/panelarrow-up.png b/EarlyBlue/global/arrow/panelarrow-up.png
new file mode 100644 (file)
index 0000000..01fcf29
Binary files /dev/null and b/EarlyBlue/global/arrow/panelarrow-up.png differ
index 0b33ec265381bf6916fc4cf82d1f40192d9ffbc0..ed06a384390d9eefea057e79f74a9df9f44647b8 100644 (file)
@@ -69,7 +69,6 @@
   background-color: rgba(0,0,0,0.5);
 }
 
   background-color: rgba(0,0,0,0.5);
 }
 
-
 .durationBox {
   -moz-box-pack: center;
 }
 .durationBox {
   -moz-box-pack: center;
 }
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
+.positionLabel {
+  display: none;
+}
+
 .backgroundBar {
   /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
   /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
 .backgroundBar {
   /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
   /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
index 9636325b03431c6aab4315b848ee73963c7e3379..078954c4a004d8ed3220f8c13ad63f011927101d 100644 (file)
@@ -47,6 +47,45 @@ panel {
   background-color: #CCD0DD;
 }
 
   background-color: #CCD0DD;
 }
 
+panel[type="arrow"] {
+  -moz-transition: opacity 300ms;
+}
+
+.panel-arrowcontent {
+  border-radius: 6px;
+  padding: 6px;
+  margin: 3px;
+}
+
+.panel-arrow[side="top"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-up.png");
+  margin-left: 6px;
+  margin-right: 6px;
+  margin-bottom: -13px;
+}
+
+.panel-arrow[side="bottom"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png");
+  margin-left: 6px;
+  margin-right: 6px;
+  margin-top: -12px;
+}
+
+.panel-arrow[side="left"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
+  margin-top: 6px;
+  margin-bottom: 6px;
+  margin-right: -12px;
+}
+
+.panel-arrow[side="right"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
+  -moz-transform: scaleX(-1);
+  margin-top: 6px;
+  margin-bottom: 6px;
+  margin-left: -12px;
+}
+
 tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
 tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
index 55670e38325bc41e705e949c7727ee997b6a6336..c166e7edd8d31ffbc03372c10938de479a58b3ec 100644 (file)
@@ -39,8 +39,8 @@
   border-bottom: 1px solid #CCD0DD;
 }
 
   border-bottom: 1px solid #CCD0DD;
 }
 
-.hud-group label {
-  padding-left: 1em;
+.hud-box.animated {
+  -moz-transition: height 350ms;
 }
 
 .hud-outer-wrapper {
 }
 
 .hud-outer-wrapper {
 }
 
 .hud-clickable {
 }
 
 .hud-clickable {
-  cursor: pointer !important;
+  cursor: pointer;
   text-decoration: underline;
 }
 
   text-decoration: underline;
 }
 
-.hud-output-node .hud-network {
+.hud-network {
   color: blue;
 }
 
   color: blue;
 }
 
-.hud-output-node .hud-error {
+.hud-error {
   color: red;
 }
 
   color: red;
 }
 
-.hud-output-node .hud-log {
+.hud-log {
   color: black;
 }
 
   color: black;
 }
 
-.hud-output-node .hud-warn {
+.hud-warn {
   color: orange;
 }
 
   color: orange;
 }
 
-.hud-output-node .hud-info {
+.hud-info {
   color: green;
 }
 
   color: green;
 }
 
-.hud-output-node .hud-exception {
+.hud-exception {
   color: red; font-weight: bold;
 }
 
   color: red; font-weight: bold;
 }
 
   width: 100%;
   margin-top: 0.3em; 
   margin-bottom: 0.3em; 
   width: 100%;
   margin-top: 0.3em; 
   margin-bottom: 0.3em; 
-  padding-left: 0.3em;
-  /* border-bottom: 1px solid #eee; */
+  padding-left: 1em;
+  -moz-user-select: text;
+  white-space: pre-wrap;
+  -moz-user-focus: normal;
 }
 
 .hud-output-node {
 }
 
 .hud-output-node {
   width: 100%;
 }
 
   width: 100%;
 }
 
-.hud-filtered-by-type, .hud-filtered-by-string {
+.hud-filtered-by-type,
+.hud-filtered-by-string {
   display: none;
 }
 
   display: none;
 }
 
-.hud-group:first-child .hud-divider {
+.hud-group:first-child .hud-divider {
   display: none;
 }
 
   display: none;
 }
 
   -moz-box-direction: reverse;
 }
 
   -moz-box-direction: reverse;
 }
 
-.jsterm-output-node div {
-  -moz-user-select: text;
-}
-
 .jsterm-scroll-to-node {
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 .jsterm-scroll-to-node {
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 .jsterm-input-node {
   font-family: monospace;
   font-size: 9pt;
 .jsterm-input-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important;
-  border: none !important;
-  padding: 0px 0px 0px 16px !important;
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
+  border: none;
+  padding: 0px 0px 0px 16px;
 }
 
 }
 
-.jsterm-input-node textarea {
+.jsterm-input-node > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
   overflow-x: hidden;
 }
 
 }
 
 .jsterm-close-button {
 }
 
 .jsterm-close-button {
-  background: none !important;
-  border: none !important;
+  background: none;
+  border: none;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
-  margin: 0px !important;
-  min-width: 0px !important;
-  padding: 1px 3px 1px 7px !important;
+  margin: 0px;
+  min-width: 0px;
+  padding: 1px 3px 1px 7px;
   -moz-user-focus: ignore;
 }
   -moz-user-focus: ignore;
 }
index 8758d8061040b30880e525ccd420b8bc600b749c..3d65c987795206bab2cf5e9e93c993571ddcc3a0 100644 (file)
@@ -40,7 +40,9 @@
   margin: 20px;
 }
 
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
@@ -531,7 +533,6 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
 }
 
 .detail-view-container {
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
   padding: 2em;
   font-size: 110%;
 }
@@ -565,14 +566,14 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
 
 #detail-desc-container {
   margin-bottom: 2em;
 
 #detail-desc-container {
   margin-bottom: 2em;
-  /* This is necessary to fix layout issues with multi-line descriptions, see
-     bug 592712*/
-  outline: solid transparent;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 #detail-contributions {
 }
 
 #detail-contributions {
@@ -604,9 +605,14 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
   margin-bottom: 2em;
 }
 
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #808080;
+  border-top: 1px solid #808080;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }
 
index 85246a34336e3ab866e899bbf8e2195c49a3c614..bfc9bc77caea63a36f7d1a9031c05c4f1b24725e 100644 (file)
Binary files a/EarlyBlue/mozapps/passwordmgr/key-64.png and b/EarlyBlue/mozapps/passwordmgr/key-64.png differ
diff --git a/LCARStrek/global/arrow/panelarrow-down.png b/LCARStrek/global/arrow/panelarrow-down.png
new file mode 100644 (file)
index 0000000..79ce3cc
Binary files /dev/null and b/LCARStrek/global/arrow/panelarrow-down.png differ
diff --git a/LCARStrek/global/arrow/panelarrow-horiz.png b/LCARStrek/global/arrow/panelarrow-horiz.png
new file mode 100644 (file)
index 0000000..6912ef1
Binary files /dev/null and b/LCARStrek/global/arrow/panelarrow-horiz.png differ
diff --git a/LCARStrek/global/arrow/panelarrow-up.png b/LCARStrek/global/arrow/panelarrow-up.png
new file mode 100644 (file)
index 0000000..01fcf29
Binary files /dev/null and b/LCARStrek/global/arrow/panelarrow-up.png differ
index 783e0c2b0db2e1d18135908d8cd61466cb5dab78..003f6afe1e449cfdf35296b6dbc32eb1b85146b2 100644 (file)
@@ -92,7 +92,6 @@
   border-radius: 4px 4px;
 }
 
   border-radius: 4px 4px;
 }
 
-
 .durationBox {
   -moz-box-pack: center;
 }
 .durationBox {
   -moz-box-pack: center;
 }
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
+.positionLabel {
+  display: none;
+}
+
 .backgroundBar {
   /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
   /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
 .backgroundBar {
   /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
   /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
index f232950d684159d5848bf139e8586f25e5e01e6a..108c08d72d71526925b1aaf78bd1b22f51abbe1e 100644 (file)
@@ -51,6 +51,45 @@ panel {
   background-color: #000000;
 }
 
   background-color: #000000;
 }
 
+panel[type="arrow"] {
+  -moz-transition: opacity 300ms;
+}
+
+.panel-arrowcontent {
+  border-radius: 6px;
+  padding: 6px;
+  margin: 3px;
+}
+
+.panel-arrow[side="top"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-up.png");
+  margin-left: 6px;
+  margin-right: 6px;
+  margin-bottom: -13px;
+}
+
+.panel-arrow[side="bottom"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png");
+  margin-left: 6px;
+  margin-right: 6px;
+  margin-top: -12px;
+}
+
+.panel-arrow[side="left"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
+  margin-top: 6px;
+  margin-bottom: 6px;
+  margin-right: -12px;
+}
+
+.panel-arrow[side="right"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
+  -moz-transform: scaleX(-1);
+  margin-top: 6px;
+  margin-bottom: 6px;
+  margin-left: -12px;
+}
+
 tooltip {
   border-radius: 3px;
   background-color: #9C9CFF;
 tooltip {
   border-radius: 3px;
   background-color: #9C9CFF;
index dcb30d220b73b82aa7b2aecb043011547e98adaf..8f5d30da51901b5e4b65e8d087a84e30a418f6c0 100644 (file)
@@ -39,8 +39,8 @@
   border-bottom: 3px solid #000000;
 }
 
   border-bottom: 3px solid #000000;
 }
 
-.hud-group label {
-  padding-left: 1em;
+.hud-box.animated {
+  -moz-transition: height 350ms;
 }
 
 .hud-outer-wrapper {
 }
 
 .hud-outer-wrapper {
 }
 
 .hud-clickable {
 }
 
 .hud-clickable {
-  cursor: pointer !important;
+  cursor: pointer;
   text-decoration: underline;
 }
 
   text-decoration: underline;
 }
 
-.hud-output-node .hud-network {
+.hud-network {
   color: blue;
 }
 
   color: blue;
 }
 
-.hud-output-node .hud-error {
+.hud-error {
   color: red;
 }
 
   color: red;
 }
 
-.hud-output-node .hud-log {
+.hud-log {
   color: black;
 }
 
   color: black;
 }
 
-.hud-output-node .hud-warn {
+.hud-warn {
   color: orange;
 }
 
   color: orange;
 }
 
-.hud-output-node .hud-info {
+.hud-info {
   color: green;
 }
 
   color: green;
 }
 
-.hud-output-node .hud-exception {
+.hud-exception {
   color: red; font-weight: bold;
 }
 
   color: red; font-weight: bold;
 }
 
   width: 100%;
   margin-top: 0.3em; 
   margin-bottom: 0.3em; 
   width: 100%;
   margin-top: 0.3em; 
   margin-bottom: 0.3em; 
-  padding-left: 0.3em;
-  /* border-bottom: 1px solid #eee; */
+  padding-left: 1em;
+  -moz-user-select: text;
+  white-space: pre-wrap;
+  -moz-user-focus: normal;
 }
 
 .hud-output-node {
 }
 
 .hud-output-node {
   width: 100%;
 }
 
   width: 100%;
 }
 
-.hud-filtered-by-type, .hud-filtered-by-string {
+.hud-filtered-by-type,
+.hud-filtered-by-string {
   display: none;
 }
 
   display: none;
 }
 
-.hud-group:first-child .hud-divider {
+.hud-group:first-child .hud-divider {
   display: none;
 }
 
   display: none;
 }
 
   -moz-box-direction: reverse;
 }
 
   -moz-box-direction: reverse;
 }
 
-.jsterm-output-node div {
-  -moz-user-select: text;
-}
-
 .jsterm-scroll-to-node {
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 .jsterm-scroll-to-node {
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 .jsterm-input-node {
   font-family: monospace;
   font-size: 9pt;
 .jsterm-input-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important;
-  border: none !important;
-  padding: 0px 0px 0px 16px !important;
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
+  border: none;
+  padding: 0px 0px 0px 16px;
 }
 
 }
 
-.jsterm-input-node textarea {
+.jsterm-input-node > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
   overflow-x: hidden;
 }
 
 }
 
 .jsterm-close-button {
 }
 
 .jsterm-close-button {
-  background: none !important;
-  border: none !important;
+  background: none;
+  border: none;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
-  margin: 0px !important;
-  min-width: 0px !important;
-  padding: 1px 3px 1px 7px !important;
+  margin: 0px;
+  min-width: 0px;
+  padding: 1px 3px 1px 7px;
   -moz-user-focus: ignore;
 }
 
   -moz-user-focus: ignore;
 }
 
index 0487d420b31f98c5ce5dac05951ce55fab2abbbc..a71f19aa48e6bfea4112ecc24f5f198d35b17c4d 100644 (file)
@@ -40,7 +40,9 @@
   margin: 20px;
 }
 
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   border: 1px solid #9C9CFF;
   border-radius: 5px;
 }
   border: 1px solid #9C9CFF;
   border-radius: 5px;
 }
 }
 
 .detail-view-container {
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
   padding: 2em;
   font-size: 110%;
 }
 
 #detail-desc-container {
   margin-bottom: 2em;
 
 #detail-desc-container {
   margin-bottom: 2em;
-  /* This is necessary to fix layout issues with multi-line descriptions, see
-     bug 592712*/
-  outline: solid transparent;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 #detail-contributions {
 }
 
 #detail-contributions {
   margin-bottom: 2em;
 }
 
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #9C9CFF;
+  border-top: 1px solid #9C9CFF;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }
 
index 59948e0e2716fd99d85fc22bbb58cc90d0a52249..592e7c42d9c4f14c519b7f8dd27c92f64077ecfd 100644 (file)
Binary files a/LCARStrek/mozapps/passwordmgr/key-64.png and b/LCARStrek/mozapps/passwordmgr/key-64.png differ