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

Side by Side Diff: chrome/browser/resources/chromeos/salsa.css

Issue 786933007: Make chrome://salsa more like other WebUI code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 #entry-list { 5 #entry-list {
6 list-style-type: none; 6 list-style-type: none;
7 width: 900px; 7 width: 900px;
8 } 8 }
9 9
10 .entry { 10 .entry {
11 width: 100%; 11 width: 100%;
12 } 12 }
13 13
14 .entry-key { 14 .entry-key,
15 font-size: small;
16 }
17
18 .entry-value { 15 .entry-value {
19 font-size: small; 16 font-size: small;
20 } 17 }
21 18
22 .bold { 19 p,
20 span {
23 font-weight: bold; 21 font-weight: bold;
24 } 22 }
25 23
26 #treatment-header { 24 #treatment-header {
27 display: table-cell; 25 display: table-cell;
28 padding-right: 20px; 26 padding-right: 20px;
29 vertical-align: middle; 27 vertical-align: middle;
30 } 28 }
31 29
32 .treatment { 30 .treatment {
(...skipping 18 matching lines...) Expand all
51 width: 600px; 49 width: 600px;
52 } 50 }
53 51
54 #instructions { 52 #instructions {
55 text-align: left; 53 text-align: left;
56 } 54 }
57 55
58 #treatment-list { 56 #treatment-list {
59 display: inline-block; 57 display: inline-block;
60 } 58 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/salsa.html » ('j') | chrome/browser/resources/chromeos/salsa.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698