forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chromoting] Extract butterbar css into separate file.
Update butter_bar filenames to be consistent. BUG= R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/723873002 Cr-Commit-Position: refs/heads/master@{#304076}
- Loading branch information
Gary Kacmarcik
committed
Nov 13, 2014
1 parent
103d306
commit ac6b679
Showing
5 changed files
with
45 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/* Copyright 2014 The Chromium Authors. All rights reserved. | ||
* Use of this source code is governed by a BSD-style license that can be | ||
* found in the LICENSE file. | ||
*/ | ||
|
||
#butter-bar { | ||
position: absolute; | ||
top: 80px; | ||
left: 0; | ||
display: -webkit-box; | ||
width: 100%; | ||
} | ||
|
||
#butter-bar-dismiss img { | ||
vertical-align: top; | ||
opacity: 0.4; | ||
margin-__MSG_@@bidi_start_edge__: 2px; | ||
margin-__MSG_@@bidi_end_edge__: -12px; | ||
} | ||
|
||
#butter-bar-dimiss:hover { | ||
opacity: 0.7; | ||
} | ||
|
||
#butter-bar > p { | ||
background-color: #f9edbe; | ||
border: 1px solid #f0c36d; | ||
border-radius: 2px; | ||
box-shadow: 0px 2px 4px rgba(0,0,0,0.2); | ||
color: #222; | ||
font-size: 12px; | ||
padding: 4px 16px; | ||
margin: auto; | ||
} | ||
|
||
#butter-bar a { | ||
color: inherit; | ||
text-decoration: underline; | ||
padding-__MSG_@@bidi_start_edge__: 2px; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters