summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/certificate_manager.css
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-18 23:29:35 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-18 23:29:35 +0000
commite107ad4ea932d963aea5dcbd2fac901c920f8ed2 (patch)
tree0b59b8d530e840b8e5e343496e84b0d7a7bdcadb /chrome/browser/resources/options/certificate_manager.css
parent7852c59a0634f32719b738d465cc310f28c34b9c (diff)
downloadchromium_src-e107ad4ea932d963aea5dcbd2fac901c920f8ed2.zip
chromium_src-e107ad4ea932d963aea5dcbd2fac901c920f8ed2.tar.gz
chromium_src-e107ad4ea932d963aea5dcbd2fac901c920f8ed2.tar.bz2
Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options.
BUG=none TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10809005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/certificate_manager.css')
-rw-r--r--chrome/browser/resources/options/certificate_manager.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/certificate_manager.css b/chrome/browser/resources/options/certificate_manager.css
new file mode 100644
index 0000000..0516e5b
--- /dev/null
+++ b/chrome/browser/resources/options/certificate_manager.css
@@ -0,0 +1,32 @@
+/* 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;
+}