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

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

Issue 12208068: Add a set passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error on linux_clang. Created 7 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
(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-user-set-passphrase-page {
6 background-color: white;
7 min-width: 400px;
8 }
9
10 #passphrase-missmatch,
11 #save-passphrase,
12 .managed-user-passphrase-container {
13 margin-top: 15px;
14 }
15
16 #save-passphrase {
17 margin-bottom: 11px;
18 }
19
20 #managed-user-passphrase:invalid,
21 #passphrase-confirm:invalid {
22 background-color: pink;
23 }
OLDNEW
« no previous file with comments | « chrome/browser/managed_mode/managed_user_service.cc ('k') | chrome/browser/resources/options/managed_user_set_passphrase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698