mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 741576 - Style tweaks for Computed view; r=paul
This commit is contained in:
parent
1fa7960ee9
commit
f1d49fed21
@ -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>
|
||||
|
||||
|
@ -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");
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.property-header {
|
||||
padding: 5px 0;
|
||||
padding: 2px 0;
|
||||
white-space: nowrap;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.property-header {
|
||||
padding: 5px 0;
|
||||
padding: 2px 0;
|
||||
white-space: nowrap;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.property-header {
|
||||
padding: 5px 0;
|
||||
padding: 2px 0;
|
||||
white-space: nowrap;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user