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

Side by Side Diff: chrome/browser/resources/translate_internals/translate_internals.css

Issue 19724006: Use URL hashes to switch tabs of chrome://translate-internals/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
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 body { 5 body {
6 color: #333; 6 color: #333;
7 } 7 }
8 8
9 h2 { 9 h2 {
10 font-size: 110%; 10 font-size: 110%;
(...skipping 23 matching lines...) Expand all
34 34
35 tabpanel > div > div { 35 tabpanel > div > div {
36 -webkit-flex: 1; 36 -webkit-flex: 1;
37 } 37 }
38 38
39 .dump { 39 .dump {
40 font-family: monospace; 40 font-family: monospace;
41 white-space: pre-wrap; 41 white-space: pre-wrap;
42 } 42 }
43 43
44 #prefs ul { 44 #tabpanel-prefs ul {
45 list-style-type: none; 45 list-style-type: none;
46 padding-left: 0; 46 padding-left: 0;
47 } 47 }
48 48
49 #prefs ul li { 49 #tabpanel-prefs ul li {
50 width: 100%; 50 width: 100%;
51 } 51 }
52 52
53 #prefs ul li button { 53 #tabpanel-prefs ul li button {
54 background-color: transparent; 54 background-color: transparent;
55 border-style: solid; 55 border-style: solid;
56 border-width: 1px; 56 border-width: 1px;
57 color: #666; 57 color: #666;
58 cursor: pointer; 58 cursor: pointer;
59 font-size: 110%; 59 font-size: 110%;
60 margin-left: 1em; 60 margin-left: 1em;
61 } 61 }
62 62
63 .detection-logs-time { 63 .detection-logs-time {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 .event-logs-place { 123 .event-logs-place {
124 overflow: hidden; 124 overflow: hidden;
125 text-overflow: ellipsis; 125 text-overflow: ellipsis;
126 white-space: nowrap; 126 white-space: nowrap;
127 width: 35%; 127 width: 35%;
128 } 128 }
129 129
130 .event-logs-message { 130 .event-logs-message {
131 width: 50%; 131 width: 50%;
132 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698