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

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

Issue 2773613002: MD Settings: push pixels to the screen faster (Closed)
Patch Set: looks good to me... Created 3 years, 9 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.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index dcd77adc282f1773eda1b566658671f4955df14a..f64ddf2d5ca1fd9d260ff417539a8043fc571d02 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -6,19 +6,28 @@
<if expr="not use_vulcanize">
<base href="chrome://$i18n{hostname}">
</if>
- <link rel="import" href="chrome://resources/html/polymer.html">
- <link rel="import" href="settings_ui/settings_ui.html">
- <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
- <!-- Do not add any <link rel="..."> elements below here. Imports outside of
- <head> are disallowed by HTML5 and cause undefined behavior that
- confuses Polymer's lifecycle methods: crbug.com/638074. -->
+ <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html {
overflow: hidden;
}
+
+ settings-ui:unresolved {
+ background-color: var(--md-background-color);
+ border-top: 56px solid var(--md-toolbar-color);
+ bottom: 0;
+ display: block;
+ left: 0;
+ position: fixed;
+ right: 0;
+ top: 0;
+ }
</style>
</head>
<body>
<settings-ui></settings-ui>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
+ <link rel="import" href="chrome://resources/html/polymer.html">
+ <link rel="import" href="settings_ui/settings_ui.html">
</body>
</html>
« 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