| OLD | NEW |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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: absolute; | 7 position: absolute; |
| 8 top: -45px; | 8 top: -45px; |
| 9 width: 640px; | 9 width: 640px; |
| 10 left: 50%; | 10 left: 50%; |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 padding: 10px 7px 5px 7px; | 39 padding: 10px 7px 5px 7px; |
| 40 background-color: #e9e9e9; | 40 background-color: #e9e9e9; |
| 41 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); | 41 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); |
| 42 } | 42 } |
| 43 | 43 |
| 44 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */ | 44 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */ |
| 45 #connected-to { | 45 #connected-to { |
| 46 display: inline-block; | 46 display: inline-block; |
| 47 max-width: 280px; | 47 max-width: 280px; |
| 48 overflow: hidden; | 48 overflow: hidden; |
| 49 margin-right: 8px; | 49 margin-__MSG_@@bidi_end_edge__: 8px; |
| 50 white-space: nowrap; | 50 white-space: nowrap; |
| 51 } | 51 } |
| 52 | 52 |
| 53 .right-align { | 53 .end-align { |
| 54 float: right; | 54 float: __MSG_@@bidi_end_edge__; |
| 55 } | 55 } |
| OLD | NEW |