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

Unified Diff: chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css

Issue 2366113002: [PDF viewer] Align page N of M input field (Closed)
Patch Set: Created 4 years, 3 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/pdf/elements/viewer-page-selector/viewer-page-selector.css
diff --git a/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css b/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
index ab124ab262faf73c9d7b40f0f756af6263771f7f..bc9a8ffe32e70dd8a68a94a444c7e09feec03d92 100644
--- a/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
+++ b/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
@@ -24,6 +24,9 @@
}
#input {
+ --paper-input-container-input: {
tsergeant 2016/09/26 00:06:19 #input is the <input>, #pageselector is the <paper
dschuyler 2016/09/27 20:45:22 Done.
+ vertical-align: baseline;
+ };
-webkit-margin-start: -3px;
color: #fff;
line-height: 18px;
« 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