Chromium Code Reviews| 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 { |