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

Side by Side Diff: chrome/browser/resources/extensions/extension_info.css

Issue 10544195: Show an extension info bubble when a script badge is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 1px Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 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.
2 font-family: 'DejaVu Sans', Arial, sans-serif;
3 max-width: 480px;
4 min-width: 360px;
5 }
6
7 #extension-item {
8 background-repeat: no-repeat;
9 display: -webkit-box;
10 min-height: 48px;
11 }
12
13 #extension-title-running {
14 -webkit-padding-after: 5px;
15 -webkit-padding-end: 5px;
16 font-size: 14px;
17 font-weight: 500;
18 }
19
20 #extension-last-updated,
21 #extension-update-time {
22 -webkit-padding-end: 7px;
23 color: rgb(78, 83, 86);
24 font-size: 13px;
25 font-weight: 400;
26 }
27
28 #extension-description {
29 -webkit-padding-end: 5px;
30 color: rgb(121, 126, 130);
31 font-size: 13px;
32 margin: 5px 0;
33 white-space: normal;
34 }
35
36 #extension-details {
37 -webkit-box-flex: 1;
38 -webkit-padding-start: 57px;
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698