| 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..787fa5300f87e4749f0c34a4cd01840c267cf1f6 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 0px;
|
| }
|
|
|
| .title {
|
| @@ -90,7 +91,12 @@ 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;
|
| +}
|
|
|