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

Unified Diff: Source/devtools/front_end/security/securityPanel.css

Issue 1316853002: Organize security panel main view. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove experiment toggle. Created 5 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
« no previous file with comments | « Source/devtools/front_end/security/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/security/securityPanel.css
diff --git a/Source/devtools/front_end/security/securityPanel.css b/Source/devtools/front_end/security/securityPanel.css
deleted file mode 100644
index 9cb28bd6bc8a3b76e6bac4f484c2f6331aeea583..0000000000000000000000000000000000000000
--- a/Source/devtools/front_end/security/securityPanel.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Copyright (c) 2015 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.
- */
-
-.security-main-view {
- -webkit-user-select: text;
- margin: 1em;
-}
-
-.security-main-view .lock-icon {
- display: inline-block;
- margin: 0.2em;
- vertical-align: middle;
-}
-
-.security-main-view .security-state {
- display: inline-block;
- font-size: 1.2em;
- font-weight: bold;
- margin: 0.2em;
- vertical-align: middle;
-}
-
-.security-explanation {
- margin: 16px 0px;
-}
-
-.security-explanation .lock-icon {
- display: inline-block;
- vertical-align: bottom;
-}
-
-.security-explanation .explanation-title {
- display: inline-block;
- font-size: 1.2em;
- font-weight: bold;
- margin-left: 4px;
-}
-
-.security-explanation .explanation-text {
- margin: 4px 0px;
-}
« no previous file with comments | « Source/devtools/front_end/security/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698