Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 #import-from-div { | |
| 2 margin-top: 10px; | |
| 3 margin-bottom: 20px; | |
| 4 } | |
| 5 | |
| 6 #import-checkboxes > div:not(:first-child) { | |
| 7 margin: 5px 0; | |
| 8 } | |
| 9 | |
| 1 #import-throbber { | 10 #import-throbber { |
| 2 background-image: url("../../../../app/resources/throbber.png"); | 11 background-image: url("../../../../app/resources/throbber.png"); |
| 3 width: 16px; | 12 width: 16px; |
| 4 height: 16px; | 13 height: 16px; |
| 5 margin: -3px 10px; | 14 margin: -3px 10px; |
| 6 display: inline-block; | 15 display: inline-block; |
| 7 visibility: hidden; | 16 visibility: hidden; |
| 8 } | 17 } |
| OLD | NEW |