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

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

Issue 7739030: Minor CSS cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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) 2011 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 /* TODO(finnur): Move these into a central location, either options_page.css or 7 .details-view {
8 somewhere in the shared directory */
9 .hbox {
10 display: -webkit-box;
11 -webkit-box-orient: horizontal;
12 }
13
14 .vbox {
15 display: -webkit-box;
16 -webkit-box-orient: vertical;
17 }
18
19 .stretch {
20 padding-right: 10px; 8 padding-right: 10px;
21 -webkit-box-flex: 1;
22 } 9 }
23 10
24 .extension-list-item { 11 .extension-list-item {
25 padding-bottom: 7px; 12 padding-bottom: 7px;
26 padding-top: 7px; 13 padding-top: 7px;
27 width: 100%; 14 width: 100%;
28 -webkit-user-select: auto; 15 -webkit-user-select: auto;
29 } 16 }
30 17
31 /* Get rid of display: table, which causes width issues. */ 18 /* Get rid of display: table, which causes width issues. */
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 240
254 #get-more-extensions-container { 241 #get-more-extensions-container {
255 display: -webkit-box; 242 display: -webkit-box;
256 } 243 }
257 244
258 #get-more-extensions { 245 #get-more-extensions {
259 padding-left: 10px; 246 padding-left: 10px;
260 padding-top: 5px; 247 padding-top: 5px;
261 font-size: 15px; 248 font-size: 15px;
262 } 249 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/extension_list.js ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698