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

Side by Side Diff: chrome/browser/resources/sync_file_system_internals/main.css

Issue 14084008: Boilerplate code to add chrome://syncfs-internals page for debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with similarity=20 Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/main.html » ('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 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 .overlay .page .button-strip > button { 5 th,
6 min-width: 7em; 6 td {
7 padding-left: 0.5em;
8 padding-right: 0.5em;
9 text-align: center;
7 } 10 }
8 11
9 .overlay { 12 tr:nth-child(odd) {
10 z-index: 3; 13 background: rgb(238, 238, 255);
11 } 14 }
12
13 #alertOverlayMessage {
14 width: 400px;
15 }
16
17 #alertOverlayMessage {
18 white-space: pre-wrap;
19 word-wrap: break-word;
20 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698