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

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

Issue 1766473003: Sync confirmation: UI tweaks from bettes@ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dschuyler-patch
Patch Set: Created 4 years, 10 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/sync_confirmation/sync_confirmation.css
diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.css b/chrome/browser/resources/sync_confirmation/sync_confirmation.css
index ab041f343d52eb42269af728e5732bbe19d62448..912f717e2dff3c4f302fb48c9ec92d5f5422b331 100644
--- a/chrome/browser/resources/sync_confirmation/sync_confirmation.css
+++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
body {
- font-size: 100%;
Dan Beam 2016/03/04 02:12:38 instead of making the bigger font-size the default
margin: 0;
padding: 0;
}
@@ -32,8 +31,8 @@ a {
border-bottom: 1px solid lightgray;
color: #333;
display: flex;
- font-size: 1em;
- height: 56px;
+ font-size: 16px;
Dan Beam 2016/03/04 02:12:38 i originally wanted to make this and the below lin
anthonyvd 2016/03/04 15:04:47 It used to and it actually came up during UI revie
+ height: 52px;
}
.details {
@@ -43,7 +42,6 @@ a {
.sync-message {
color: #595959;
- font-size: 0.8125em;
line-height: 150%;
padding-bottom: 32px;
}
@@ -74,9 +72,14 @@ a {
}
paper-button {
- font-size: 0.8125em;
- padding-left: 12px;
- padding-right: 12px;
+ font-weight: 500;
+ line-height: 16px;
+ margin: 0;
+ padding: 8px 16px;
+}
+
+paper-button + paper-button {
+ -webkit-margin-start: 8px;
}
#confirmButton {
« 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