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

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: Remove unnecessary navbar-link CSS styles. 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..f6b9ff76ca6b4d7c4dd99586f16a705b56f63bb8 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -124,12 +124,7 @@ h1 {
}
#print-preview .navbar-link {
- -webkit-margin-start: 20px;
- min-height: 32px;
- outline: 0;
- padding: 0;
- text-align: start;
- text-decoration: none;
+ margin: 8px 20px;
}
#print-preview .navbar-link:hover:not(:disabled) {
@@ -304,6 +299,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