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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/managed_user_passphrase_dialog.css
diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.css b/chrome/browser/resources/managed_user_passphrase_dialog.css
deleted file mode 100644
index 53356d81b0498b9be7bec5a4b31d35f8271decf5..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/managed_user_passphrase_dialog.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-#managed-mode-passphrase-page {
- min-width: 350px;
- padding: 5px 15px;
-}
-
-#managed-user-logo {
- background-image: url('options/managed_user.png');
- height: 68px;
- width: 65px;
-}
-
-#entry {
- margin: 15px 0;
-}
-
-#passphrase-entry {
- width: 100%;
-}
-
-#buttons {
- float: right;
-}
-
-html[dir=rtl] #buttons {
- float: left;
-}
-
-#incorrect-passphrase-warning {
- color: red;
- font-weight: bold;
-}
« 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