Commit 73d562ff authored by henry's avatar henry Committed by richard
Browse files

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 41812: Stop using -moz-box-flex

Fixes:
Bug 41904: Connection settings now inputs at full width.
Bug 41821: Tor logs now expand with dialog.
parent 4738c954
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
      <html:input
        id="torPreferences-requestBridge-captchaTextbox"
        type="text"
        style="-moz-box-flex: 1"
      />
      <button
        id="torPreferences-requestBridge-refreshCaptchaButton"
+6 −2
Original line number Diff line number Diff line
@@ -378,6 +378,10 @@ button#torPreferences-requestBridge-refreshCaptchaButton {
  fill: currentColor;
}

#torPreferences-requestBridge-captchaTextbox {
  flex: 1 0 auto;
}

dialog#torPreferences-requestBridge-dialog > hbox {
  margin-bottom: 1em;
}
@@ -519,7 +523,7 @@ groupbox#torPreferences-bridges-group textarea {
#torPreferences-localProxy-textboxUsername,
#torPreferences-localProxy-textboxPassword,
#torPreferences-connection-textboxAllowedPorts {
  -moz-box-flex: 1;
  flex: 1 0 auto;
}

#torPreferences-connection-firewall {
@@ -532,7 +536,7 @@ groupbox#torPreferences-bridges-group textarea {

/* Tor logs dialog */
textarea#torPreferences-torDialog-textarea {
  -moz-box-flex: 1;
  flex: 1 0 auto;
  font-family: monospace;
  font-size: 0.8em;
  white-space: pre;