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

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

Issue 2418083003: Uploading pending changes to welcome.css so dbeam can add them to his CL in progress. (Closed)
Patch Set: Created 4 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/welcome/welcome.css
diff --git a/chrome/browser/resources/welcome/welcome.css b/chrome/browser/resources/welcome/welcome.css
index be1f26192615ebda04b692ec06adada5262c0166..b12ebf600f8d99c4e9e819cfb56937dedb8bd257 100644
--- a/chrome/browser/resources/welcome/welcome.css
+++ b/chrome/browser/resources/welcome/welcome.css
@@ -175,11 +175,12 @@ body {
.action {
background: var(--google-blue-500);
+ border-radius: 2px;
color: white;
- font-size: .875em;
+ font-size: .8125em;
font-weight: 500;
- line-height: 2.5em;
- padding: 0.1em 1.5em;
+ line-height: 2.25rem;
+ padding: 0 1.5em;
}
.action:active {
@@ -193,14 +194,14 @@ body {
.link {
color: var(--google-blue-700);
display: inline-block;
- font-size: .875em;
+ font-size: .8125em;
margin: 1.5em;
text-align: center;
text-decoration: none;
}
.link:hover {
- text-decoration: underline;
+ text-decoration: none;
Dan Beam 2016/10/14 20:36:55 same as .link
}
.watermark {
@@ -213,4 +214,10 @@ body {
height: 24px;
position: absolute;
width: 74px;
-}
+}
+
+@media(max-height: 608px) {
+ .watermark {
+ display: none;
+ }
+}
« 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