Bug 913961 - Breakpoints checkboxes in the sources list should always be the same size, r=paul

This commit is contained in:
Victor Porof 2013-09-08 14:18:51 +03:00
Родитель cd7158c6cd
Коммит 243cb94994
4 изменённых файлов: 22 добавлений и 0 удалений

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

@ -451,6 +451,7 @@ SourcesView.prototype = Heritage.extend(WidgetMethods, {
let checkbox = document.createElement("checkbox");
checkbox.setAttribute("checked", "true");
checkbox.className = "dbg-breakpoint-checkbox";
let lineNumberNode = document.createElement("label");
lineNumberNode.className = "plain dbg-breakpoint-line";

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

@ -139,6 +139,13 @@
.dbg-breakpoint-text {
-moz-margin-start: 10px !important;
font-style: italic;
font-size: 90%;
}
.dbg-breakpoint-checkbox {
width: 16px;
height: 16px;
margin: 2px;
}
/* Watch expressions view */

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

@ -137,6 +137,13 @@
.dbg-breakpoint-text {
-moz-margin-start: 10px !important;
font-style: italic;
font-size: 90%;
}
.dbg-breakpoint-checkbox {
width: 16px;
height: 16px;
margin: 2px;
}
/* Watch expressions view */

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

@ -135,6 +135,13 @@
.dbg-breakpoint-text {
-moz-margin-start: 10px !important;
font-style: italic;
font-size: 90%;
}
.dbg-breakpoint-checkbox {
width: 16px;
height: 16px;
margin: 2px;
}
/* Watch expressions view */