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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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/resources/extensions_infobar.css ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
1 /** 5 /**
2 * The following style rules affect Extension Infobars on the Mac. 6 * The following style rules affect Extension Infobars on the Mac.
3 */ 7 */
4 8
5 body { 9 body {
6 background: -webkit-linear-gradient(#EBEBEB, #CFCFCF); 10 background: -webkit-linear-gradient(#ebebeb, #cfcfcf);
7 font-family: 'Lucida Grande', Helvetica, sans-serif; 11 font-family: 'Lucida Grande', Helvetica, sans-serif;
8 font-size: 12px; 12 font-size: 12px;
9 height: 36px; /* Infobars are limited to 36-72px */ 13 height: 36px; /* Infobars are limited to 36-72px */
10 margin: 0 38px; 14 margin: 0 38px;
11 overflow: hidden; 15 overflow: hidden;
12 } 16 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions_infobar.css ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698