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

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: Merging with head. 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
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..6f6d68955a9867b7f039d4c35eef3059fdbaa13f 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -124,22 +124,13 @@ 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) {
- text-decoration: underline;
-}
-
-#print-preview .navbar-link:disabled {
+#print-preview .navbar-link.disabled {
color: rgba(0, 0, 0, .5);
cursor: default;
- text-shadow: none;
+ pointer-events: none;
}
button.loading {
@@ -304,6 +295,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 | « chrome/browser/resources/print_preview/print_header.js ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698