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

This commit is contained in:
Heather Arthur 2012-05-04 15:53:53 +01:00
parent aaf19c47dd
commit 953b03def2
4 changed files with 6 additions and 6 deletions

View File

@ -88,12 +88,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

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

View File

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

View File

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