Commit 4df758bc authored by tsergeant's avatar tsergeant Committed by Commit bot

MD History: Fix position of Clear Browsing Data menu promo

The positioning of the menu promo in MD History was accidentally broken
in crrev.com/439710 when the layout of the left section of the toolbar
was changed.

BUG=677902
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2609933003
Cr-Commit-Position: refs/heads/master@{#441439}
parent 2b42f809
...@@ -3089,6 +3089,7 @@ h1 { ...@@ -3089,6 +3089,7 @@ h1 {
#leftContent { #leftContent {
-webkit-margin-start: 12px; -webkit-margin-start: 12px;
position: relative;
transition: opacity 100ms; transition: opacity 100ms;
} }
......
...@@ -1957,6 +1957,7 @@ h1 { ...@@ -1957,6 +1957,7 @@ h1 {
#leftContent { #leftContent {
-webkit-margin-start: 12px; -webkit-margin-start: 12px;
position: relative;
transition: opacity 100ms; transition: opacity 100ms;
} }
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#leftContent { #leftContent {
/* margin-start here must match margin-end on #rightContent. */ /* margin-start here must match margin-end on #rightContent. */
-webkit-margin-start: 12px; -webkit-margin-start: 12px;
position: relative;
transition: opacity 100ms; transition: opacity 100ms;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment