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

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

Issue 9696056: make passwords overlay not jiggle when you click a row (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 | « chrome/browser/resources/options2/options_page.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */ 4 */
5 5
6 #password-manager {
7 max-width: 1000px;
8 }
9
10 #password-manager > div.content-area { 6 #password-manager > div.content-area {
11 min-width: 500px; 7 width: 600px;
12 } 8 }
13 9
14 #password-search-column { 10 #password-search-column {
15 bottom: 10px; 11 bottom: 10px;
16 position: absolute; 12 position: absolute;
17 right: 0; 13 right: 0;
18 } 14 }
19 15
20 html[dir=rtl] #password-search-column { 16 html[dir=rtl] #password-search-column {
21 left: 0; 17 left: 0;
22 right: auto; 18 right: auto;
23 } 19 }
24 20
25 #password-list-headers { 21 #password-list-headers {
26 position: relative; 22 position: relative;
27 width: 100%; 23 width: 100%;
28 } 24 }
29 25
30 #password-list-headers h3 { 26 #password-list-headers h3 {
31 font-size: 105%; 27 font-size: 105%;
32 font-weight: bold; 28 font-weight: bold;
33 margin: 10px 0; 29 margin: 10px 0;
34 } 30 }
35 31
36 #passwords-title { 32 #passwords-title {
37 display: inline-block; 33 display: inline-block;
38 } 34 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698