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

Side by Side Diff: chrome/browser/resources/options2/password_manager.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 */
5 4
6 #password-manager > div.content-area { 5 #password-manager > div.content-area {
7 min-width: 500px; 6 min-width: 500px;
8 } 7 }
9 8
10 #password-search-column { 9 #password-search-column {
11 bottom: 10px; 10 bottom: 10px;
12 position: absolute; 11 position: absolute;
13 right: 0; 12 right: 0;
14 } 13 }
(...skipping 10 matching lines...) Expand all
25 24
26 #password-list-headers h3 { 25 #password-list-headers h3 {
27 font-size: 105%; 26 font-size: 105%;
28 font-weight: bold; 27 font-weight: bold;
29 margin: 10px 0; 28 margin: 10px 0;
30 } 29 }
31 30
32 #passwords-title { 31 #passwords-title {
33 display: inline-block; 32 display: inline-block;
34 } 33 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/options_page.css ('k') | chrome/browser/resources/options2/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698