background-color: rgba(0,0,0,0.5);
}
-
.durationBox {
-moz-box-pack: center;
}
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. */
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;
border-bottom: 1px solid #CCD0DD;
}
-.hud-group label {
- padding-left: 1em;
+.hud-box.animated {
+ -moz-transition: height 350ms;
}
.hud-outer-wrapper {
}
.hud-clickable {
- cursor: pointer !important;
+ cursor: pointer;
text-decoration: underline;
}
-.hud-output-node .hud-network {
+.hud-network {
color: blue;
}
-.hud-output-node .hud-error {
+.hud-error {
color: red;
}
-.hud-output-node .hud-log {
+.hud-log {
color: black;
}
-.hud-output-node .hud-warn {
+.hud-warn {
color: orange;
}
-.hud-output-node .hud-info {
+.hud-info {
color: green;
}
-.hud-output-node .hud-exception {
+.hud-exception {
color: red; font-weight: bold;
}
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 {
width: 100%;
}
-.hud-filtered-by-type, .hud-filtered-by-string {
+.hud-filtered-by-type,
+.hud-filtered-by-string {
display: none;
}
-.hud-group:first-child .hud-divider {
+.hud-group:first-child > .hud-divider {
display: none;
}
-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-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;
}
}
.jsterm-close-button {
- background: none !important;
- border: none !important;
+ background: none;
+ border: none;
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;
}
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;
}
}
.detail-view-container {
- overflow: auto;
padding: 2em;
font-size: 110%;
}
#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;
+ /* This is necessary to fix layout issues with multi-line descriptions, see
+ bug 592712*/
+ outline: solid transparent;
}
#detail-contributions {
margin-bottom: 2em;
}
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+ border-top: none;
+}
+
.detail-row,
.detail-row-complex {
- border-bottom: 1px solid #808080;
+ border-top: 1px solid #808080;
-moz-box-align: center;
}
border-radius: 4px 4px;
}
-
.durationBox {
-moz-box-pack: center;
}
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. */
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;
border-bottom: 3px solid #000000;
}
-.hud-group label {
- padding-left: 1em;
+.hud-box.animated {
+ -moz-transition: height 350ms;
}
.hud-outer-wrapper {
}
.hud-clickable {
- cursor: pointer !important;
+ cursor: pointer;
text-decoration: underline;
}
-.hud-output-node .hud-network {
+.hud-network {
color: blue;
}
-.hud-output-node .hud-error {
+.hud-error {
color: red;
}
-.hud-output-node .hud-log {
+.hud-log {
color: black;
}
-.hud-output-node .hud-warn {
+.hud-warn {
color: orange;
}
-.hud-output-node .hud-info {
+.hud-info {
color: green;
}
-.hud-output-node .hud-exception {
+.hud-exception {
color: red; font-weight: bold;
}
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 {
width: 100%;
}
-.hud-filtered-by-type, .hud-filtered-by-string {
+.hud-filtered-by-type,
+.hud-filtered-by-string {
display: none;
}
-.hud-group:first-child .hud-divider {
+.hud-group:first-child > .hud-divider {
display: none;
}
-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-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;
}
}
.jsterm-close-button {
- background: none !important;
- border: none !important;
+ background: none;
+ border: none;
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;
}
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;
}
}
.detail-view-container {
- overflow: auto;
padding: 2em;
font-size: 110%;
}
#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;
+ /* This is necessary to fix layout issues with multi-line descriptions, see
+ bug 592712*/
+ outline: solid transparent;
}
#detail-contributions {
margin-bottom: 2em;
}
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+ border-top: none;
+}
+
.detail-row,
.detail-row-complex {
- border-bottom: 1px solid #9C9CFF;
+ border-top: 1px solid #9C9CFF;
-moz-box-align: center;
}