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

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

Issue 493383004: Add a button to clear local storage for a given origin to Website Settings dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split the if-statement. 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
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-settings-edit-page { 10 #website-settings-edit-page {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 #website-settings-permission-column { 58 #website-settings-permission-column {
59 -webkit-margin-start: 8px; 59 -webkit-margin-start: 8px;
60 } 60 }
61 61
62 .website-properties { 62 .website-properties {
63 -webkit-margin-after: 8px; 63 -webkit-margin-after: 8px;
64 -webkit-margin-start: 8px; 64 -webkit-margin-start: 8px;
65 } 65 }
66 66
67 .website-property { 67 .website-property-area {
68 -webkit-margin-after: 22px; 68 -webkit-margin-after: 22px;
69 align-items: center;
70 display: flex;
71 justify-content: space-between;
72 }
73
74 .website-property-button {
75 -webkit-margin-after: 9em;
69 } 76 }
70 77
71 #website-title { 78 #website-title {
72 -webkit-margin-after: 22px; 79 -webkit-margin-after: 22px;
73 -webkit-margin-before: 0; 80 -webkit-margin-before: 0;
74 -webkit-padding-start: 21px; 81 -webkit-padding-start: 21px;
75 font-size: 15px; 82 font-size: 15px;
76 line-height: 20px; 83 line-height: 20px;
77 } 84 }
78 85
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 -webkit-padding-start: 21px; 129 -webkit-padding-start: 21px;
123 font-size: 13px; 130 font-size: 13px;
124 } 131 }
125 132
126 .permission-option { 133 .permission-option {
127 -webkit-margin-before: 4px; 134 -webkit-margin-before: 4px;
128 align-items: center; 135 align-items: center;
129 display: flex; 136 display: flex;
130 justify-content: space-between; 137 justify-content: space-between;
131 } 138 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/website_settings_edit_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698