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

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

Issue 1262463002: Replace extensions icon with MD icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-add resources Created 5 years, 5 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 | « chrome/browser/resources/components.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.css
diff --git a/chrome/browser/resources/plugins.css b/chrome/browser/resources/plugins.css
index e90700596dd5673d072030e3d3fa75da327abb03..75da6196866ec1839237f47d4cf2def38e7a4722 100644
--- a/chrome/browser/resources/plugins.css
+++ b/chrome/browser/resources/plugins.css
@@ -12,37 +12,23 @@ a {
font-size: 103%;
}
-div#header {
+#header {
-webkit-padding-start: 0;
+ background: url(../../../ui/webui/resources/images/extension.svg)
+ left center / 48px no-repeat;
box-sizing: border-box;
margin-bottom: 1.05em;
- /* 67px is the height of the header's background image. */
- min-height: 67px;
overflow: hidden;
- padding-bottom: 20px;
- padding-top: 20px;
position: relative;
}
+html[dir=rtl] #header {
+ background-position-x: right;
+}
+
#header h1 {
- background: -webkit-image-set(
- url(../../app/theme/default_100_percent/common/extensions_section.png) 1x,
- url(../../app/theme/default_200_percent/common/extensions_section.png) 2x)
- 0 20px no-repeat;
- display: inline;
- margin: 0;
- padding-bottom: 40px;
- padding-left: 75px;
- padding-top: 40px;
-}
-
-html[dir=rtl] #header h1 {
- background: -webkit-image-set(
- url(../../app/theme/default_100_percent/common/extensions_section.png) 1x,
- url(../../app/theme/default_200_percent/common/extensions_section.png) 2x)
- right no-repeat;
- padding-left: 0;
- padding-right: 95px;
+ -webkit-padding-start: 51px;
+ line-height: 48px;
}
h1 {
« no previous file with comments | « chrome/browser/resources/components.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698