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

Side by Side Diff: chrome/browser/resources/managed_user_passphrase_dialog.css

Issue 15715005: Remove passphrase dialog and last parts of elevation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 7 years, 6 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) 2013 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 #managed-mode-passphrase-page {
6 min-width: 350px;
7 padding: 5px 15px;
8 }
9
10 #managed-user-logo {
11 background-image: url('options/managed_user.png');
12 height: 68px;
13 width: 65px;
14 }
15
16 #entry {
17 margin: 15px 0;
18 }
19
20 #passphrase-entry {
21 width: 100%;
22 }
23
24 #buttons {
25 float: right;
26 }
27
28 html[dir=rtl] #buttons {
29 float: left;
30 }
31
32 #incorrect-passphrase-warning {
33 color: red;
34 font-weight: bold;
35 }
OLDNEW
« no previous file with comments | « chrome/browser/managed_mode/managed_user_service.cc ('k') | chrome/browser/resources/managed_user_passphrase_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698