Commit 4738c954 authored by henry's avatar henry Committed by richard
Browse files

fixup! Bug 40701: Add security warning when downloading a file

Bug 41886: Fix downloads panel warning size.
parent c6fc38fb
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@
  font: caption;
  min-width: 37em;
  padding: 0.62em;
  /* If we don't set a width, #downloadsPanelTorWarningDescription will request
   * its max-content width. */
  width: 37em;
}

#downloadsPanel-mainView {
@@ -149,12 +152,6 @@
  margin-block-end: 0;
}

#downloadsPanelTorWarningDescription {
  /* Make sure we wrap the text rather than request the default max-content
   * width from the parent XUL -moz-box. */
  width: 0;
}

#downloadsHistory,
#downloadsFooterButtons {
  margin: 0;