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

Side by Side Diff: chrome/browser/resources/options/website_settings.css

Issue 445623003: Surface the audited last usage time in a user readable string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the font changes up to #origin-list. 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/website_settings_handler.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 #website-settings-page { 5 #website-settings-page {
6 max-height: 445px; 6 max-height: 445px;
7 min-width: 540px; 7 min-width: 540px;
8 } 8 }
9 9
10 .website-column-headers { 10 .website-column-headers {
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 31
32 .content-area.website-list-content-area { 32 .content-area.website-list-content-area {
33 display: flex; 33 display: flex;
34 flex-direction: column; 34 flex-direction: column;
35 } 35 }
36 36
37 /* Styles for the origin list elements in the website settings page. */ 37 /* Styles for the origin list elements in the website settings page. */
38 #origin-list { 38 #origin-list {
39 border: 1px solid #d9d9d9; 39 border: 1px solid #d9d9d9;
40 font-family: Noto Sans;
41 font-size: 13px;
40 margin: 5px 0 0; 42 margin: 5px 0 0;
41 min-height: 287px; 43 min-height: 287px;
42 } 44 }
43 45
44 #origin-list-item { 46 #origin-list-item {
45 height: 30px; 47 height: 30px;
46 } 48 }
47 49
50 .local-storage-usage {
51 color: #7f7f7f;
52 margin: auto 0;
53 }
54
48 list.origin-list .favicon-cell { 55 list.origin-list .favicon-cell {
49 -webkit-margin-start: 6px; 56 -webkit-margin-start: 6px;
50 -webkit-padding-start: 21px; 57 -webkit-padding-start: 21px;
51 font-family: Noto Sans;
52 font-size: 13px;
53 } 58 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/website_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698