Bug 1374247: Don't match in the add-ons detail page against .box-inherit, but against the scrollbox inner box. r?johannh,dao draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Thu, 26 Oct 2017 16:20:11 +0200
changeset 690076 702ff3c118003241c919d05890b5ce16aa1e4d1e
parent 689820 ee21e5f7f1c1726e0ed2697eb45df54cdceedd36
child 690077 a4c566d5754f3c74e28f3f6b8a28c3de079067af
child 690258 2eefdd8c36ad64083d95885b0888b4fcbf78e8e7
push id87201
push userbmo:emilio@crisal.io
push dateWed, 01 Nov 2017 14:01:51 +0000
reviewersjohannh, dao
bugs1374247
milestone58.0a1
Bug 1374247: Don't match in the add-ons detail page against .box-inherit, but against the scrollbox inner box. r?johannh,dao This relies on no other scrollbox being in the subtree, but that's already the case, so... This can be seen in the add-on detail page. The difference between applying it to #detail-view directly or not is not perceptible, except for the case the add-on description is too large and we don't fit into the screen. MozReview-Commit-ID: Fg4Zx5e2A2o
toolkit/themes/shared/extensions/extensions.inc.css
--- a/toolkit/themes/shared/extensions/extensions.inc.css
+++ b/toolkit/themes/shared/extensions/extensions.inc.css
@@ -664,17 +664,17 @@ button.warning {
 #search-allresults-link {
   margin-top: 1em;
   margin-bottom: 2em;
 }
 
 
 /*** detail view ***/
 
-#detail-view > .box-inherit {
+#detail-view .scrollbox-innerbox {
   margin-right: 48px;
   margin-left: 48px;
 }
 
 #detail-view .loading {
   opacity: 0;
 }