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

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 680403002: Fix Print Preview navbar links layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 97edf386b16819ba7a121263d6d90410f4ffa560..ee2b8b9fe1446a4f210b48580b8383a35cc1e652 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -124,10 +124,7 @@ h1 {
}
#print-preview .navbar-link {
- -webkit-margin-start: 20px;
- min-height: 32px;
- outline: 0;
- padding: 0;
+ margin: 8px 20px;
text-align: start;
Dan Beam 2014/10/28 20:38:38 ^ what's this for?
Aleksey Shlyapnikov 2014/10/28 23:24:06 Not sure why it was added, but we don't need it no
text-decoration: none;
Dan Beam 2014/10/28 20:38:38 ^ don't think you need the text-decoration related
Aleksey Shlyapnikov 2014/10/28 23:24:06 Done.
}
@@ -304,6 +301,16 @@ span.jumping-dots > span:nth-child(3) {
margin: 7px 0;
}
+#link-container > div {
+ display: flex;
+}
+
+#link-container > div > .throbber {
+ margin: 8px;
+ min-height: 16px;
+ min-width: 16px;
+}
+
#main-container {
-webkit-border-start: 1px solid #dcdcdc;
-webkit-box-flex: 1;
« 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