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

Unified Diff: chrome/browser/resources/options2/certificate_manager.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/certificate_manager.css
diff --git a/chrome/browser/resources/options2/certificate_manager.css b/chrome/browser/resources/options2/certificate_manager.css
deleted file mode 100644
index 0516e5b580aceae669687f32449c94993899feb8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/certificate_manager.css
+++ /dev/null
@@ -1,32 +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. */
-
-#certificateManagerPage {
- min-width: 700px;
-}
-
-#certificateRestoreOverlay h1 {
- /* Leave enough space for the close-button. */
- /* TODO(KGR): make dialogs to use flex-boxes instead of relying on padding. */
- padding-right: 35px;
-}
-
-/* Force tab strip to extend to the left and right edges of the window. */
-#certificate-manager-content-area {
- padding: 6px 0 6px 0;
-}
-
-#certificate-manager-content-area .subpages-tab-contents {
- padding-left: 28px;
- padding-right: 14px;
-}
-
-.certificate-tree-table {
- width: 100%;
-}
-
-.certificate-tree {
- /* TODO(mattm): BLAH. Make this not statically sized. */
- height: 300px;
-}

Powered by Google App Engine
This is Rietveld 408576698