Bug 741576 - Style tweaks for Computed view; r=paul

This commit is contained in:
Heather Arthur 2012-07-26 22:47:39 +01:00
parent 1fa7960ee9
commit f1d49fed21
5 changed files with 7 additions and 6 deletions

View File

@ -53,12 +53,12 @@ To visually debug the templates without running firefox, alter the display:none
-->
<div id="templateRoot">
<xul:hbox class="headerControls" flex="1" align="center">
<xul:checkbox class="onlyuserstyles" save="${onlyUserStylesCheckbox}"
oncommand="${onlyUserStylesChanged}" checked="true"
label="&userStylesLabel;"/>
<xul:textbox class="searchfield" type="search" save="${searchField}"
placeholder="&userStylesSearch;" flex="1"
oncommand="${filterChanged}"/>
<xul:checkbox class="onlyuserstyles" save="${onlyUserStylesCheckbox}"
oncommand="${onlyUserStylesChanged}" checked="true"
label="&userStylesLabel;"/>
</xul:hbox>
</div>

View File

@ -69,6 +69,7 @@ function SI_test()
info("search filter is focused");
info("tabbing to property expander node");
EventUtils.synthesizeKey("VK_TAB", {}, iframe.contentWindow);
EventUtils.synthesizeKey("VK_TAB", {}, iframe.contentWindow);
});
info("Making sure that the style inspector panel is focused");

View File

@ -9,7 +9,7 @@
}
.property-header {
padding: 5px 0;
padding: 2px 0;
white-space: nowrap;
vertical-align: text-top;
}

View File

@ -9,7 +9,7 @@
}
.property-header {
padding: 5px 0;
padding: 2px 0;
white-space: nowrap;
vertical-align: text-top;
}

View File

@ -9,7 +9,7 @@
}
.property-header {
padding: 5px 0;
padding: 2px 0;
white-space: nowrap;
vertical-align: text-top;
}