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

Unified Diff: chrome/browser/resources/uber/uber_shared.css

Issue 11189094: Implement sideload wipeout for Extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/uber/uber_shared.css
===================================================================
--- chrome/browser/resources/uber/uber_shared.css (revision 162977)
+++ chrome/browser/resources/uber/uber_shared.css (working copy)
@@ -152,8 +152,8 @@
rgb(250, 230, 145));
border: 1px solid rgb(201, 189, 141);
border-radius: 3px;
- height: 25px;
margin: 9px 9px 0 9px;
+ min-height: 25px;
}
.page-banner .page-banner-gradient {
@@ -168,8 +168,7 @@
background-repeat: no-repeat;
background-size: 16px;
display: block;
- line-height: 24px;
- padding-left: 26px;
+ padding: 8px 8px 8px 26px;
Dan Beam 2012/10/19 19:08:54 this needs to work in RTL, i.e. -webkit-padding-
}
.page-banner.clickable:active .page-banner-text {

Powered by Google App Engine
This is Rietveld 408576698