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

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

Issue 8028024: Expose use-more-webui flag in chrome://flags and tweak cert viewer WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply flackr CR feedback Created 9 years, 3 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/certificate_viewer.js » ('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 298fa43aa80ee8587cb69716758670b6f6115f29..e61eddd200eb5efbdf4030cd1394e1c50db83d38 100644
--- a/chrome/browser/resources/certificate_viewer.css
+++ b/chrome/browser/resources/certificate_viewer.css
@@ -11,7 +11,7 @@ body {
display: inline-block;
font-weight: bold;
padding-bottom: 2px;
- padding-top: 5px;
+ padding-top: 15px;
}
#tabbox {
@@ -41,7 +41,7 @@ body {
.detail div {
-webkit-padding-start: 15px;
- padding: 3px;
+ padding-top: 3px;
}
.attribute {
@@ -74,22 +74,23 @@ tabpanel {
}
#hierarchy-section {
- height: 25%;
+ height: 20%;
top: 0;
}
#cert-fields-section {
height: 50%;
- top: 25%;
+ top: 20%;
}
#cert-field-value-section {
bottom: 0;
- height: 25%;
+ height: 30%;
}
-/* Scrolling should be enabled on all tree views and value field. */
.section-contents {
-webkit-box-flex: 1;
+ border: 1px solid black;
+ /* Scrolling should be enabled on all tree views and value field. */
overflow: auto;
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/certificate_viewer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698