Bug 1129055 - Make headers summary URL value selectable. r=vporof

This commit is contained in:
Mike Taylor 2015-02-06 13:30:37 -08:00
parent d7d7f0e665
commit be6d092adb
2 changed files with 9 additions and 4 deletions

View File

@ -28,6 +28,11 @@
overflow: auto;
}
#headers-summary-url-value .textbox-input {
/* workaround for textbox not supporting the @crop attribute */
text-overflow: ellipsis;
}
/* Responsive sidebar */
@media (max-width: 700px) {
#toolbar-spacer,

View File

@ -299,10 +299,10 @@
align="center">
<label class="plain tabpanel-summary-label"
value="&netmonitorUI.summary.url;"/>
<label id="headers-summary-url-value"
class="plain tabpanel-summary-value devtools-monospace"
crop="end"
flex="1"/>
<textbox id="headers-summary-url-value"
class="plain tabpanel-summary-value devtools-monospace"
flex="1"
readonly="true"/>
</hbox>
<hbox id="headers-summary-method"
class="tabpanel-summary-container"