Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8132)

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage.html

Issue 2278413004: [MD settings] padding at the bottom of sub-pages (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_subpage.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html
index b158856fe47fad8949637da91f3b877bfa2c38e8..3b445fea8e6a9c3ca2568901e19e1fd2963d7619 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -34,6 +34,10 @@
font-weight: 500;
}
+ #subpagePadding {
+ padding-bottom: 60px;
+ }
+
settings-subpage-search {
-webkit-margin-start: auto;
}
@@ -49,6 +53,7 @@
</template>
</div>
<content></content>
+ <div id="subpagePadding"></div>
tommycli 2016/08/29 16:38:39 Is it possible to put that padding on the content
Dan Beam 2016/08/29 17:34:45 the answer to this question ("can we slap a paddin
dschuyler 2016/08/29 18:20:51 Acknowledged.
dschuyler 2016/08/29 18:20:51 Done.
</template>
<script src="settings_subpage.js"></script>
</dom-module>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698