Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / crd / html / butter_bar.css
blob61a142a17dd6177dcca74dab21ca9d13a25ddeb0
1 /* Copyright 2014 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 */
6 #butter-bar {
7 position: absolute;
8 top: 80px;
9 left: 0;
10 display: -webkit-box;
11 width: 100%;
14 #butter-bar-dismiss img {
15 vertical-align: top;
16 opacity: 0.4;
17 margin-__MSG_@@bidi_start_edge__: 2px;
18 margin-__MSG_@@bidi_end_edge__: -12px;
21 #butter-bar-dimiss:hover {
22 opacity: 0.7;
25 #butter-bar > p {
26 background-color: #f9edbe;
27 border: 1px solid #f0c36d;
28 border-radius: 2px;
29 box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
30 color: #222;
31 font-size: 12px;
32 padding: 4px 16px;
33 margin: auto;
36 #butter-bar a {
37 color: inherit;
38 text-decoration: underline;
39 padding-__MSG_@@bidi_start_edge__: 2px;