Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / extensions_infobar.css
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
5 /**\r
6  * The following style rules affect Extension Infobars.\r
7  */\r
8 \r
9 body {\r
10   background: -webkit-linear-gradient(#E9E9E9, #DADADA);\r
11   font-family: Segoe UI, Tahoma;\r
12   font-size: 11px;\r
13   height: 36px; /* Infobars are limited to 36-72px */\r
14   margin: 0;\r
15   overflow: hidden;\r
16 }\r