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

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

Issue 7059001: WebUI: make cookies and site data column headers consistent with other table headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/cookies_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 Copyright (c) 2010 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: 0; 9 bottom: 10px;
10 position: absolute; 10 position: absolute;
11 right: 0; 11 right: 0;
12 } 12 }
13 13
14 html[dir=rtl] #remove-all-cookies-search-column { 14 html[dir=rtl] #remove-all-cookies-search-column {
15 left: 0; 15 left: 0;
16 right: auto; 16 right: auto;
17 } 17 }
18 18
19 #cookies-column-headers { 19 #cookies-column-headers {
20 margin-bottom: 10px;
21 position: relative; 20 position: relative;
22 width: 100%; 21 width: 100%;
23 } 22 }
24 23
25 #cookies-column-headers h3 { 24 #cookies-column-headers h3 {
26 margin-bottom: 0; 25 font-size: 105%;
26 font-weight: bold;
27 margin: 10px 0;
27 } 28 }
28 29
29 /* notice the width and padding for these columns match up with those below */ 30 /* notice the width and padding for these columns match up with those below */
30 #cookies-site-column { 31 #cookies-site-column {
31 display: inline-block; 32 display: inline-block;
32 font-weight: bold; 33 font-weight: bold;
33 width: 11em; 34 width: 11em;
34 } 35 }
35 36
36 #cookies-data-column { 37 #cookies-data-column {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 171
171 .cookie-details-label { 172 .cookie-details-label {
172 vertical-align: top; 173 vertical-align: top;
173 white-space: pre; 174 white-space: pre;
174 width: 10em; 175 width: 10em;
175 } 176 }
176 177
177 .cookie-details-value { 178 .cookie-details-value {
178 word-wrap: break-word; 179 word-wrap: break-word;
179 } 180 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/cookies_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698