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

Side by Side Diff: remoting/webapp/crd/html/butter_bar.css

Issue 2887573002: Add deprecation messages. (Closed)
Patch Set: Restore clock in tearDown. Created 3 years, 7 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
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/butter_bar.js » ('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 2014 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 #butter-bar { 6 #butter-bar {
7 position: absolute; 7 position: absolute;
8 top: 80px; 8 top: 80px;
9 left: 0; 9 left: 0;
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 15 matching lines...) Expand all
26 background-color: #f9edbe; 26 background-color: #f9edbe;
27 border: 1px solid #f0c36d; 27 border: 1px solid #f0c36d;
28 border-radius: 2px; 28 border-radius: 2px;
29 box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 29 box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
30 color: #222; 30 color: #222;
31 font-size: 12px; 31 font-size: 12px;
32 padding: 4px 16px; 32 padding: 4px 16px;
33 margin: auto; 33 margin: auto;
34 } 34 }
35 35
36 #butter-bar.red > p {
37 background-color: #f9bebe;
38 border: 1px solid #f06d6d;
39 }
40
36 #butter-bar a { 41 #butter-bar a {
37 color: inherit; 42 color: inherit;
38 text-decoration: underline; 43 text-decoration: underline;
39 padding-__MSG_@@bidi_start_edge__: 2px; 44 padding-__MSG_@@bidi_start_edge__: 2px;
40 } 45 }
OLDNEW
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/butter_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698