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

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

Issue 1296373003: Remove unused assets, update old assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | chrome/browser/resources/help/check_circle.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_sys/about_sys.css
diff --git a/chrome/browser/resources/about_sys/about_sys.css b/chrome/browser/resources/about_sys/about_sys.css
index cfbf99fd84c81ac1930d6fa934eba2ce98550b06..ffc45d00ffb8c8261148f63e49e4bb6a640aacba 100644
--- a/chrome/browser/resources/about_sys/about_sys.css
+++ b/chrome/browser/resources/about_sys/about_sys.css
@@ -20,13 +20,12 @@ body {
h1,
h2 {
- font-size: 120%;
- letter-spacing: -.5px;
- margin: 0;
+ margin: 0;
}
h1 {
color: rgb(74, 142, 230);
+ font-size: 110%;
font-weight: bold;
padding: 0;
}
@@ -36,8 +35,8 @@ h2 {
-webkit-padding-start: 0;
color: rgb(58, 117, 189);
display: inline-block;
+ font-size: 110%;
font-weight: normal;
- margin-top: 0;
}
#header {
@@ -48,7 +47,7 @@ h2 {
color: white;
margin-bottom: 0.75em;
overflow: hidden;
- padding: 0.6em 1em 0.75em 0;
+ padding: 0.5em 0;
position: relative;
text-shadow: 0 0 2px black;
}
@@ -58,16 +57,23 @@ html[dir='rtl'] #header {
}
#header h1 {
- -webkit-padding-start: 3em;
- background: url(../../../../ui/webui/resources/images/gear.png) no-repeat;
- background-position: 12px 60%;
color: white;
display: inline;
- margin: 0;
}
-html[dir='rtl'] #header h1 {
- background-position: right 12px top 60%;
+div#header h1::before {
+ /* grit doesn't flatten -webkit-mask, so define the properties separately
+ * for now. */
+ -webkit-mask-image: url(../../../../ui/webui/resources/images/settings.svg);
+ -webkit-mask-position: center;
+ -webkit-mask-repeat: no-repeat;
+ -webkit-mask-size: 24px;
+ background-color: white;
+ content: '';
+ display: inline-block;
+ height: 20px;
+ vertical-align: middle;
+ width: 37px;
}
#header p {
« no previous file with comments | « no previous file | chrome/browser/resources/help/check_circle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698