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

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

Issue 7237025: Updating Extension infobars to account for changes... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * The following style rules affect Extension Infobars. 2 * The following style rules affect Extension Infobars.
3 */ 3 */
4 4
5 body { 5 body {
6 background: -webkit-linear-gradient(#DAE7F9, #B5CBE8); 6 background: -webkit-linear-gradient(#E9E9E9, #DADADA);
7 font-family: Segoe UI, Tahoma; 7 font-family: Segoe UI, Tahoma;
8 font-size: 11px; 8 font-size: 11px;
9 height: 36px; /* Infobars are limited to 36-72px */ 9 height: 36px; /* Infobars are limited to 36-72px */
10 margin: 0px; 10 margin: 0px;
11 overflow: hidden; 11 overflow: hidden;
12 } 12 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698