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

Unified Diff: chrome/browser/resources/chromeos/idle_logout_dialog.css

Issue 9665031: Change the idle logout dialog over to use views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yacf. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/idle_logout_dialog.css
diff --git a/chrome/browser/resources/chromeos/idle_logout_dialog.css b/chrome/browser/resources/chromeos/idle_logout_dialog.css
deleted file mode 100644
index 03395ad01407663e260f28b6988919c7f45fb687..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/idle_logout_dialog.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright (c) 2012 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.
- */
-
-html, body {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13px;
- height: 100%;
- margin: 0;
- overflow: hidden;
- width: 100%;
-}
-
-#main-box {
- border: 1px solid black;
-}
-
-#title {
- background: -webkit-linear-gradient(left, white, #dadada);
- border-bottom: 1px solid #bbb;
- font-weight: bold;
- padding: 10px;
-}
-
-#warning {
- padding: 10px;
-}
« no previous file with comments | « chrome/browser/chromeos/ui/idle_logout_dialog_view.cc ('k') | chrome/browser/resources/chromeos/idle_logout_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698