Bug 895565 - align the black box checkbox with the source label; r=vporof

This commit is contained in:
Nick Fitzgerald 2013-07-24 17:50:20 -07:00
parent 575ce3f94f
commit b50528f44b
4 changed files with 19 additions and 9 deletions

View File

@ -566,6 +566,7 @@ function SideMenuItem(aGroup, aContents, aTooltip, aArrowFlag, aCheckboxFlag, aA
let container = this._container = this.document.createElement("hbox");
container.className = "side-menu-widget-item";
container.setAttribute("tooltiptext", aTooltip);
container.setAttribute("align", "start");
let target = this._target = this.document.createElement("vbox");
target.className = "side-menu-widget-item-contents";

View File

@ -340,17 +340,20 @@
}
.side-menu-widget-item-contents {
padding: 4px;
padding: 4px 0px;
}
.side-menu-widget-item label {
cursor: inherit;
}
.side-menu-widget-item-other:first-of-type {
border-top-left-radius: 4px;
}
.side-menu-widget-item-other {
background: url(background-noise-toolbar.png), hsla(208,11%,27%, 0.65);
margin: 0 -4px;
-moz-padding-start: 5px;
-moz-margin-start: -22px;
}
.side-menu-widget-item-other.selected {

View File

@ -340,17 +340,20 @@
}
.side-menu-widget-item-contents {
padding: 4px;
padding: 4px 0px;
}
.side-menu-widget-item label {
cursor: inherit;
}
.side-menu-widget-item-other:first-of-type {
border-top-left-radius: 4px;
}
.side-menu-widget-item-other {
background: url(background-noise-toolbar.png), hsla(208,11%,27%, 0.65);
margin: 0 -4px;
-moz-padding-start: 5px;
-moz-margin-start: -22px;
}
.side-menu-widget-item-other.selected {

View File

@ -344,17 +344,20 @@
}
.side-menu-widget-item-contents {
padding: 4px;
padding: 4px 0px;
}
.side-menu-widget-item label {
cursor: inherit;
}
.side-menu-widget-item-other:first-of-type {
border-top-left-radius: 4px;
}
.side-menu-widget-item-other {
background: url(background-noise-toolbar.png), hsla(208,11%,27%, 0.65);
margin: 0 -4px;
-moz-padding-start: 5px;
-moz-margin-start: -22px;
}
.side-menu-widget-item-other.selected {