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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_infobar_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions_infobar_mac.css
===================================================================
--- chrome/browser/resources/extensions_infobar_mac.css (revision 0)
+++ chrome/browser/resources/extensions_infobar_mac.css (revision 0)
@@ -0,0 +1,13 @@
+/**
+ * The following style rules affect Extension Infobars on the Mac.
+ */
+
+body {
+ background: -webkit-gradient(linear, left top, left bottom,
+ from(#EBEBEB), to(#CFCFCF));
+ font-family: 'Lucida Grande', Helvetica, sans-serif;
+ font-size: 11px;
+ height: 36px; /* Infobars are limited to 36-72px */
+ margin: 0px;
+ overflow: hidden;
+}
Property changes on: chrome/browser/resources/extensions_infobar_mac.css
___________________________________________________________________
Added: svn:eol-style
+ LF
« 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