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

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

Issue 12847005: Convert Chromoting to use the new, non-deprecated flexbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector
Patch Set: Created 7 years, 9 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 | « no previous file | remoting/webapp/main.css » ('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 (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 #connection-history-dialog { 6 #connection-history-dialog {
7 margin-top: -80px; 7 margin-top: -80px;
8 height: 580px; 8 height: 580px;
9 width: 880px; 9 width: 880px;
10 } 10 }
11 11
12 #connection-history-options { 12 #connection-history-options {
13 margin-top: 30px; 13 margin-top: 30px;
14 display: -webkit-box; 14 display: -webkit-flex;
15 } 15 }
16 16
17 #connection-history-scroller { 17 #connection-history-scroller {
18 margin-top: 30px; 18 margin-top: 30px;
19 height: 370px; 19 height: 370px;
20 width: 100%; 20 width: 100%;
21 overflow: auto; 21 overflow: auto;
22 } 22 }
23 23
24 #connection-history-table { 24 #connection-history-table {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 background-image: url('disclosure_arrow_down.webp'); 81 background-image: url('disclosure_arrow_down.webp');
82 } 82 }
83 83
84 .zippy { 84 .zippy {
85 width: 30px; 85 width: 30px;
86 height: 11px; 86 height: 11px;
87 background-image: url('disclosure_arrow_right.webp'); 87 background-image: url('disclosure_arrow_right.webp');
88 background-repeat: no-repeat; 88 background-repeat: no-repeat;
89 background-position: 10px 50%; 89 background-position: 10px 50%;
90 } 90 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698