Bug 951674 - Vertical splitter isn't shown for the Events tab, r=fitzgen

This commit is contained in:
Victor Porof 2013-12-18 19:10:16 +02:00
Родитель d54e1bd7e9
Коммит 887cbb50af
10 изменённых файлов: 28 добавлений и 30 удалений

Просмотреть файл

@ -907,7 +907,6 @@ VariablesView.prototype = {
label.className = "variables-view-empty-notice";
label.setAttribute("value", this._emptyTextValue);
this._parent.setAttribute("empty", "");
this._parent.appendChild(label);
this._emptyTextNode = label;
},
@ -920,7 +919,6 @@ VariablesView.prototype = {
return;
}
this._parent.removeAttribute("empty");
this._parent.removeChild(this._emptyTextNode);
this._emptyTextNode = null;
},

Просмотреть файл

@ -14,7 +14,7 @@
}
#sources-and-editor-splitter {
-moz-border-start-color: transparent;
border-color: transparent;
}
/* Sources toolbar */
@ -485,7 +485,7 @@
}
#globalsearch + .devtools-horizontal-splitter {
-moz-border-top-colors: #bfbfbf;
border-color: #bfbfbf;
}
.dbg-source-results {

Просмотреть файл

@ -271,7 +271,7 @@
.side-menu-widget-container {
/* Hack: force hardware acceleration */
transform: translateX(0px);
transform: translateZ(1px);
}
.side-menu-widget-container[theme="dark"] {
@ -437,9 +437,9 @@
/* VariablesView */
.variables-view-container:not([empty]) {
.variables-view-container {
/* Hack: force hardware acceleration */
transform: translateX(1px);
transform: translateZ(1px);
}
.variables-view-empty-notice {

Просмотреть файл

@ -16,7 +16,7 @@
}
#sources-and-editor-splitter {
-moz-border-start-color: transparent;
border-color: transparent;
}
/* Sources toolbar */
@ -487,7 +487,7 @@
}
#globalsearch + .devtools-horizontal-splitter {
-moz-border-top-colors: #bfbfbf;
border-color: #bfbfbf;
}
.dbg-source-results {

Просмотреть файл

@ -271,7 +271,7 @@
.side-menu-widget-container {
/* Hack: force hardware acceleration */
transform: translateX(0px);
transform: translateZ(1px);
}
.side-menu-widget-container[theme="dark"] {
@ -431,9 +431,9 @@
/* VariablesView */
.variables-view-container:not([empty]) {
.variables-view-container {
/* Hack: force hardware acceleration */
transform: translateX(1px);
transform: translateZ(1px);
}
.variables-view-empty-notice {

Просмотреть файл

@ -26,23 +26,23 @@
-moz-appearance: none;
background-image: none;
background-color: transparent;
border: 1px solid black;
border-width: 1px 0 0 0;
border: 0;
border-bottom: 1px solid black;
min-height: 3px;
height: 3px;
margin-bottom: -3px;
margin-top: -3px;
position: relative;
}
.devtools-side-splitter {
-moz-appearance: none;
background-image: none;
border: 0;
-moz-border-start: 1px solid black;
min-width: 0;
width: 3px;
background-color: transparent;
-moz-margin-end: -3px;
border: 0;
-moz-border-end: 1px solid black;
min-width: 3px;
width: 3px;
-moz-margin-start: -3px;
position: relative;
cursor: e-resize;
}

Просмотреть файл

@ -21,7 +21,7 @@
}
.profiler-sidebar + .devtools-side-splitter {
-moz-border-start-color: transparent;
border-color: transparent;
}
.profiler-sidebar-item {

Просмотреть файл

@ -46,7 +46,7 @@
}
#shaders-pane + .devtools-side-splitter {
-moz-border-start-color: transparent;
border-color: transparent;
}
.side-menu-widget-item-checkbox {
@ -88,7 +88,7 @@
/* Shader source editors */
#editors-splitter {
-moz-border-start-color: rgb(61,69,76);
border-color: rgb(61,69,76);
}
.editor-label {

Просмотреть файл

@ -14,7 +14,7 @@
}
#sources-and-editor-splitter {
-moz-border-start-color: transparent;
border-color: transparent;
}
/* Sources toolbar */
@ -485,7 +485,7 @@
}
#globalsearch + .devtools-horizontal-splitter {
-moz-border-top-colors: #bfbfbf;
border-color: #bfbfbf;
}
.dbg-source-results {

Просмотреть файл

@ -275,7 +275,7 @@
.side-menu-widget-container {
/* Hack: force hardware acceleration */
transform: translateX(0px);
transform: translateZ(1px);
}
.side-menu-widget-container[theme="dark"] {
@ -434,9 +434,9 @@
/* VariablesView */
.variables-view-container:not([empty]) {
.variables-view-container {
/* Hack: force hardware acceleration */
transform: translateX(1px);
transform: translateZ(1px);
}
.variables-view-empty-notice {