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

Side by Side Diff: remoting/webapp/toolbar.css

Issue 10103034: Web-app visual and string tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reworded start message. 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 | « remoting/webapp/main.html ('k') | no next file » | 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. 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 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 .toolbar-container { 6 .toolbar-container {
7 position: fixed; 7 position: fixed;
8 top: -48px; 8 top: -48px;
9 width: 640px; 9 width: 640px;
10 -webkit-transition: top 0.15s ease; 10 -webkit-transition: top 0.15s ease;
(...skipping 29 matching lines...) Expand all
40 border-radius: 7px; 40 border-radius: 7px;
41 border: 3px solid #4695ff; 41 border: 3px solid #4695ff;
42 width: 620px; 42 width: 620px;
43 padding: 10px 7px 5px 7px; 43 padding: 10px 7px 5px 7px;
44 background-color: #e9e9e9; 44 background-color: #e9e9e9;
45 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 45 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
46 pointer-events: all; 46 pointer-events: all;
47 display: -webkit-box; 47 display: -webkit-box;
48 } 48 }
49 49
50 .toolbar-border > div {
51 margin: 4px;
52 }
53
50 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */ 54 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */
51 #connected-to { 55 #connected-to {
52 display: inline-block;
53 max-width: 280px; 56 max-width: 280px;
54 overflow: hidden; 57 overflow: hidden;
55 margin-__MSG_@@bidi_end_edge__: 8px; 58 margin-__MSG_@@bidi_end_edge__: 8px;
56 white-space: nowrap; 59 white-space: nowrap;
57 } 60 }
58 61
59 .end-align { 62 .end-align {
60 float: __MSG_@@bidi_end_edge__; 63 float: __MSG_@@bidi_end_edge__;
61 } 64 }
62 65
(...skipping 16 matching lines...) Expand all
79 } 82 }
80 83
81 84
82 .toolbar-stub:hover .arrow-down { 85 .toolbar-stub:hover .arrow-down {
83 opacity: 1.0; 86 opacity: 1.0;
84 } 87 }
85 88
86 .toolbar-visible .arrow-down { 89 .toolbar-visible .arrow-down {
87 -webkit-transform: rotate(180deg); 90 -webkit-transform: rotate(180deg);
88 } 91 }
OLDNEW
« no previous file with comments | « remoting/webapp/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698