diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-24 22:09:17 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-24 22:09:17 -0400 |
commit | 0d1e023e451e833ef843981e0d232d3e6b0239b6 (patch) | |
tree | aa356597f260e6abf0b0a5f49282acc9dd8429ce /base/content | |
parent | bf4118385cfb2835008909732cddb4b2fb4e450e (diff) | |
download | iceweasel-uxp-0d1e023e451e833ef843981e0d232d3e6b0239b6.tar.gz |
backport: remove compact view CSS
Diffstat (limited to 'base/content')
-rw-r--r-- | base/content/newtab/newTab.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/base/content/newtab/newTab.css b/base/content/newtab/newTab.css index 3d88b19..9f75d0e 100644 --- a/base/content/newtab/newTab.css +++ b/base/content/newtab/newTab.css @@ -121,10 +121,6 @@ input[type=button] { pointer-events: none; } -body:not(.compact) #topsites-heading { - display: none; -} - /* * If you change the sizes here, make sure you * change the preferences: @@ -139,12 +135,6 @@ body:not(.compact) #topsites-heading { width: 290px; } -body.compact .newtab-cell { - width: 110px; - height: 110px; - margin: 12px; -} - /* SITES */ .newtab-site { position: relative; @@ -234,11 +224,6 @@ body.compact .newtab-cell { margin: 55px 0 15px; } -body.compact #newtab-search-container { - margin-top: 0; - margin-bottom: 80px; -} - #newtab-search-container[page-disabled] { opacity: 0; pointer-events: none; |