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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 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
(Empty)
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
3 * found in the LICENSE file.
4 */
5
6 #password-manager > div.content-area {
7 width: 600px;
8 }
9
10 #password-search-column {
11 bottom: 10px;
12 position: absolute;
13 right: 0;
14 }
15
16 html[dir=rtl] #password-search-column {
17 left: 0;
18 right: auto;
19 }
20
21 #password-list-headers {
22 position: relative;
23 width: 100%;
24 }
25
26 #passwords-title {
27 display: inline-block;
28 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/options_page.js ('k') | chrome/browser/resources/options2/password_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698