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

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

Issue 7491085: Revert 95607 - Adding usage entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2010 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 */ 5 */
6 6
7 /* styles for the cookies list elements in cookies_view.html */ 7 /* styles for the cookies list elements in cookies_view.html */
8 #remove-all-cookies-search-column { 8 #remove-all-cookies-search-column {
9 bottom: 10px; 9 bottom: 10px;
10 position: absolute; 10 position: absolute;
11 right: 0; 11 right: 0;
12 } 12 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 82
83 list.cookie-list > .deletable-item[selected] .cookie-site { 83 list.cookie-list > .deletable-item[selected] .cookie-site {
84 -webkit-user-select: text; 84 -webkit-user-select: text;
85 } 85 }
86 86
87 .cookie-data { 87 .cookie-data {
88 display: inline-block; 88 display: inline-block;
89 } 89 }
90 90
91 .cookie-size {
92 display: inline-block;
93 float: right;
94 margin-right: 3em;
95 }
96
97 list.cookie-list > .deletable-item[selected] .cookie-data { 91 list.cookie-list > .deletable-item[selected] .cookie-data {
98 -webkit-user-select: text; 92 -webkit-user-select: text;
99 } 93 }
100 94
101 95
102 /* styles for the individual items (cookies, etc.) */ 96 /* styles for the individual items (cookies, etc.) */
103 .cookie-items { 97 .cookie-items {
104 /* notice that the margin and padding match up with those above */ 98 /* notice that the margin and padding match up with those above */
105 -webkit-margin-start: 11em; 99 -webkit-margin-start: 11em;
106 -webkit-padding-start: 7px; 100 -webkit-padding-start: 7px;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 167
174 .cookie-details-label { 168 .cookie-details-label {
175 vertical-align: top; 169 vertical-align: top;
176 white-space: pre; 170 white-space: pre;
177 width: 10em; 171 width: 10em;
178 } 172 }
179 173
180 .cookie-details-value { 174 .cookie-details-value {
181 word-wrap: break-word; 175 word-wrap: break-word;
182 } 176 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | chrome/browser/ui/webui/cookies_tree_model_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698