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

Side by Side Diff: chrome/browser/resources/extensions_infobar_mac.css

Issue 2973003: [Mac] Finish up extension infobar UI implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/extension_infobar_apitest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /**
2 * The following style rules affect Extension Infobars on the Mac.
3 */
4
5 body {
6 background: -webkit-gradient(linear, left top, left bottom,
7 from(#EBEBEB), to(#CFCFCF));
8 font-family: 'Lucida Grande', Helvetica, sans-serif;
9 font-size: 11px;
10 height: 36px; /* Infobars are limited to 36-72px */
11 margin: 0px;
12 overflow: hidden;
13 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_infobar_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698