Chromium Code Reviews| 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..a6c974eec2bd906bd7d1442905be0f76ce305167 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; |
|
flackr
2011/11/21 20:43:31
nit: sort.
bshe
2011/11/22 16:26:24
Done.
|
| } |
| .title { |
| @@ -54,10 +55,6 @@ body { |
| white-space: pre-wrap; |
| } |
| -.controls { |
| - text-align: end; |
| -} |
| - |
| /* Used so that 100% width within tabpanel will correspond to usable space. */ |
| tabpanel { |
| position: relative; |
| @@ -90,7 +87,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; |
|
flackr
2011/11/21 20:43:31
nit: sort
bshe
2011/11/22 16:26:24
Done.
|
| +} |