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

Unified Diff: chrome/browser/resources/certificate_viewer.css

Issue 15894032: Change Certificate Viewer WebUI to match new style. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Documentation Created 7 years, 6 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 | « no previous file | chrome/browser/resources/certificate_viewer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/certificate_viewer.css
diff --git a/chrome/browser/resources/certificate_viewer.css b/chrome/browser/resources/certificate_viewer.css
index ac74efae637f326464cf407bebf2d5f3eae6eca7..d48a11ba4a4277a74af3a634ca511b09f3184f6e 100644
--- a/chrome/browser/resources/certificate_viewer.css
+++ b/chrome/browser/resources/certificate_viewer.css
@@ -12,19 +12,18 @@ body {
body {
-webkit-box-sizing: border-box;
margin: 0;
- padding-top: 8px;
}
h3 {
font-size: 100%;
- font-weight: bold;
- margin-top: 20px;
+ margin-bottom: 15px;
+ margin-top: 17px;
}
#usages-title {
/* Workaround until webkit bug https://bugs.webkit.org/show_bug.cgi?id=80537
* is resolved. */
- padding-top: 20px;
+ padding-top: 17px;
}
#tabbox {
@@ -42,6 +41,11 @@ h3 {
white-space: pre-wrap;
}
+#general h3 {
+ margin-bottom: 16px;
+ margin-top: 32px;
+}
+
.groups {
display: table;
}
@@ -50,9 +54,11 @@ h3 {
display: table-row;
}
+#usages,
.groups > div > div {
- -webkit-padding-start: 15px;
- padding-top: 3px;
+ -webkit-padding-start: 20px;
+ color: #787878;
+ line-height: 18px;
}
.attribute {
@@ -97,13 +103,26 @@ tabpanel {
.section-contents {
-webkit-box-flex: 1;
- border: 1px solid #9e9e9e;
+ background: #fff;
+ border: 1px solid #c8c8c8;
/* Scrolling should be enabled on all tree views and value field. */
overflow: auto;
}
+.tree-row[selected] {
+ background-color: #f0f0f0;
+ background-image: none;
+}
+
+.tree-item > .tree-row {
+ border: 0;
+ border-radius: 0;
+ line-height: 29px;
+}
+
#export {
-webkit-margin-start: 1px;
- margin-bottom: 10px;
- margin-top: 5px;
+ float: right;
+ margin-bottom: 20px;
+ margin-top: 10px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/certificate_viewer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698