Chromium Code Reviews| Index: chrome/browser/resources/extensions/extension_info.css |
| diff --git a/chrome/browser/resources/extensions/extension_info.css b/chrome/browser/resources/extensions/extension_info.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0f68016913d117a7cc04357cf0e6a21191690011 |
| --- /dev/null |
| +++ b/chrome/browser/resources/extensions/extension_info.css |
| @@ -0,0 +1,39 @@ |
| +body { |
|
Aaron Boodman
2012/06/19 21:42:44
license header, license header
Yoyo Zhou
2012/06/19 22:03:33
Dang, I thought I did that.
|
| + font-family: 'DejaVu Sans', Arial, sans-serif; |
| + max-width: 480px; |
| + min-width: 360px; |
| +} |
| + |
| +#extension-item { |
| + background-repeat: no-repeat; |
| + display: -webkit-box; |
| + min-height: 48px; |
| +} |
| + |
| +#extension-title-running { |
| + -webkit-padding-after: 5px; |
| + -webkit-padding-end: 5px; |
| + font-size: 14px; |
| + font-weight: 500; |
| +} |
| + |
| +#extension-last-updated, |
| +#extension-update-time { |
| + -webkit-padding-end: 7px; |
| + color: rgb(78, 83, 86); |
| + font-size: 13px; |
| + font-weight: 400; |
| +} |
| + |
| +#extension-description { |
| + -webkit-padding-end: 5px; |
| + color: rgb(121, 126, 130); |
| + font-size: 13px; |
| + margin: 5px 0; |
| + white-space: normal; |
| +} |
| + |
| +#extension-details { |
| + -webkit-box-flex: 1; |
| + -webkit-padding-start: 57px; |
| +} |