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

Unified Diff: chrome/browser/resources/options2/startup_overlay.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/startup_overlay.css
diff --git a/chrome/browser/resources/options2/startup_overlay.css b/chrome/browser/resources/options2/startup_overlay.css
deleted file mode 100644
index dc74debad7b3872cce85531a44b1627a34ae9952..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/startup_overlay.css
+++ /dev/null
@@ -1,41 +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. */
-
-#startup-overlay {
- min-width: 500px;
-}
-
-#startupPagesList {
- margin-bottom: 20px;
- min-height: 64px;
-}
-
-#startupPagesList .title {
- width: 40%;
-}
-
-#startupPagesList .url {
- -webkit-box-flex: 1;
- color: #666;
-}
-
-#startupPagesList > * {
- max-width: 700px;
-}
-
-#startupPagesListDropmarker {
- background-clip: padding-box;
- background-color: hsl(214, 91%, 65%);
- border: 2px solid hsl(214, 91%, 65%);
- border-bottom-color: transparent;
- border-radius: 0;
- border-top-color: transparent;
- box-sizing: border-box;
- display: none;
- height: 6px;
- overflow: hidden;
- pointer-events: none;
- position: fixed;
- z-index: 10;
-}
« no previous file with comments | « chrome/browser/resources/options2/spelling_confirm_overlay.js ('k') | chrome/browser/resources/options2/startup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698