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

Side by Side Diff: chrome/browser/resources/sync_internals/about.css

Issue 435733003: Add margins to buttons on about:sync-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 #about-info { 6 #about-info {
7 -webkit-column-width: 350px; 7 -webkit-column-width: 350px;
8 } 8 }
9 9
10 #about-info > div { 10 #about-info > div {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 color: #7f7f7f; 86 color: #7f7f7f;
87 } 87 }
88 88
89 #status { 89 #status {
90 margin-left: auto; 90 margin-left: auto;
91 margin-right: auto; 91 margin-right: auto;
92 text-align: center; 92 text-align: center;
93 width: 300px; 93 width: 300px;
94 } 94 }
95 95
96 #dump-status {
97 margin: 2px;
98 }
99
100 #import-status {
101 margin: 2px;
102 }
103
96 #traffic-event-container { 104 #traffic-event-container {
97 border: 1px solid; 105 border: 1px solid;
98 height: 500px; 106 height: 500px;
99 max-width: 500px; 107 max-width: 500px;
100 overflow-y: auto; 108 overflow-y: auto;
101 } 109 }
102 110
103 .traffic-event-entry { 111 .traffic-event-entry {
104 border: 2px outset; 112 border: 2px outset;
105 padding: 0.5em; 113 padding: 0.5em;
(...skipping 25 matching lines...) Expand all
131 } 139 }
132 140
133 .traffic-event-entry-expanded .proto { 141 .traffic-event-entry-expanded .proto {
134 background-color: #fff; 142 background-color: #fff;
135 border: 1px solid #222; 143 border: 1px solid #222;
136 display: block; 144 display: block;
137 max-height: 300px; 145 max-height: 300px;
138 overflow-x: auto; 146 overflow-x: auto;
139 overflow-y: auto; 147 overflow-y: auto;
140 } 148 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698