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

Unified Diff: chrome/browser/resources/pdf/index-material.css

Issue 891563004: Make the Material Design PDF Viewer's toolbar thinner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase before commit Created 5 years, 11 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 | chrome/browser/resources/pdf/index-material.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/index-material.css
diff --git a/chrome/browser/resources/pdf/index-material.css b/chrome/browser/resources/pdf/index-material.css
index 84779ef1819aaec41bd5e7d239c065a4425607f6..e9b12c62945cea1d6d5e53bdc128f0b9f521dbdb 100644
--- a/chrome/browser/resources/pdf/index-material.css
+++ b/chrome/browser/resources/pdf/index-material.css
@@ -19,8 +19,10 @@ body {
core-toolbar {
background-color: transparent;
color: rgb(241, 241, 241);
- font-size: 2em;
- height: 64px;
+ font-size: 1.5em;
+ height: 56px;
+ padding-left: 1em;
+ padding-right: 1em;
z-index: 3;
}
@@ -31,7 +33,7 @@ core-toolbar {
}
#progress-bar {
- height: 64px;
+ height: 56px;
position: absolute;
width: 100%;
z-index: 3;
@@ -47,7 +49,7 @@ paper-progress::shadow #progressContainer {
#plugin {
position: fixed;
- top: 64px;
+ top: 56px;
z-index: 1;
}
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/index-material.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698