Index: chrome/browser/resources/certificate_viewer.css |
diff --git a/chrome/browser/resources/certificate_viewer.css b/chrome/browser/resources/certificate_viewer.css |
index e61eddd200eb5efbdf4030cd1394e1c50db83d38..a4bf69da0e479e4cc970dfe3292be3042bf771ed 100644 |
--- a/chrome/browser/resources/certificate_viewer.css |
+++ b/chrome/browser/resources/certificate_viewer.css |
@@ -5,6 +5,7 @@ body { |
position: absolute; |
right: 0; |
top: 0; |
+ margin: 8px 0 0 0; |
} |
.title { |
@@ -90,7 +91,13 @@ tabpanel { |
.section-contents { |
-webkit-box-flex: 1; |
- border: 1px solid black; |
+ border: 1px solid #9e9e9e; |
/* Scrolling should be enabled on all tree views and value field. */ |
overflow: auto; |
} |
+ |
+#export { |
+ -webkit-margin-start: 1px; |
+ margin-top: 5px; |
+ margin-bottom: 10px; |
+} |