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

Unified Diff: third_party/WebKit/Source/devtools/front_end/security/originView.css

Issue 1944853002: [DevTools] Security Panel: Use actual origin as textContent for title element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated style Created 4 years, 7 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 | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/security/originView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/security/originView.css b/third_party/WebKit/Source/devtools/front_end/security/originView.css
index 84fcd9184f7b4647c3f75294898893a3f6a25450..c0f392269f249630182d6617aa8639ecea49b542 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/originView.css
+++ b/third_party/WebKit/Source/devtools/front_end/security/originView.css
@@ -4,7 +4,7 @@
*/
.title-section {
- padding-bottom: 10px;
+ padding: 12px 0;
border-bottom: 1px solid rgb(230, 230, 230);
}
@@ -21,6 +21,7 @@
}
.security-origin-view .origin-display {
+ font-size: 15px;
padding-left: 38px;
display: flex;
align-items: center;
@@ -37,15 +38,9 @@
left: 18px;
}
-.security-origin-view .origin-view-title {
- font-size: 15px;
- padding: 12px 24px;
-}
-
.security-origin-view .origin-view-section-title {
margin-bottom: 10px;
- font-weight: bold;
- color: #555;
+ padding-left: 18px;
}
.security-origin-view .details-table-row {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698