| Index: chrome/browser/resources/options2/options_page.css
|
| diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
|
| index e363fdde462eb9b75dce676852a3000a7af93367..8f883ebb08cd040cb83958e288db401b668d3132 100644
|
| --- a/chrome/browser/resources/options2/options_page.css
|
| +++ b/chrome/browser/resources/options2/options_page.css
|
| @@ -64,6 +64,16 @@ div.disabled {
|
| color: #888;
|
| }
|
|
|
| +.settings-row {
|
| + display: block;
|
| + margin-bottom: 0.45em;
|
| + margin-top: 0.45em;
|
| +}
|
| +
|
| +button:first-child {
|
| + -webkit-margin-start: 0;
|
| +}
|
| +
|
| /* TEXT */
|
| input[type='password'],
|
| input[type='text'],
|
| @@ -301,10 +311,6 @@ section > div:only-of-type {
|
| -webkit-box-flex: 1;
|
| }
|
|
|
| -.section-description {
|
| - margin-top: 4px;
|
| -}
|
| -
|
| .option {
|
| margin-top: 0;
|
| }
|
|
|