| OLD | NEW |
| 1 | |
| 2 #startupPageManagement.settings-list > :last-child { | 1 #startupPageManagement.settings-list > :last-child { |
| 3 border-top: 1px solid #d9d9d9; | 2 border-top: 1px solid #d9d9d9; |
| 4 padding: 5px 10px; | 3 padding: 5px 10px; |
| 5 } | 4 } |
| 6 | 5 |
| 7 #startupPagesShortList { | 6 #startupPagesList { |
| 8 min-height: 0; | 7 min-height: 64px; |
| 9 } | 8 } |
| 10 | 9 |
| 11 .startup-page-list .title { | 10 #startupPagesList .title { |
| 12 width: 40%; | 11 width: 40%; |
| 13 } | 12 } |
| 14 | 13 |
| 15 .startup-page-list .url { | 14 #startupPagesList .url { |
| 16 -webkit-box-flex: 1; | 15 -webkit-box-flex: 1; |
| 17 color: #666; | 16 color: #666; |
| 18 } | 17 } |
| 19 | 18 |
| 20 .startup-page-list .url input { | 19 #startupPagesList .url input { |
| 21 box-sizing: border-box; | 20 box-sizing: border-box; |
| 22 margin: 0; | 21 margin: 0; |
| 23 width: 100%; | 22 width: 100%; |
| 24 } | 23 } |
| 25 | 24 |
| 26 #customHomePageGroup { | 25 #customHomePageGroup { |
| 27 display: -webkit-box; | 26 display: -webkit-box; |
| 28 -webkit-box-orient: horizontal; | 27 -webkit-box-orient: horizontal; |
| 29 } | 28 } |
| 30 | 29 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 #instantConfirmText { | 70 #instantConfirmText { |
| 72 font-family: inherit; | 71 font-family: inherit; |
| 73 white-space: pre-wrap; | 72 white-space: pre-wrap; |
| 74 width: 500px; | 73 width: 500px; |
| 75 } | 74 } |
| 76 | 75 |
| 77 #instantConfirmLearnMore { | 76 #instantConfirmLearnMore { |
| 78 position: absolute; | 77 position: absolute; |
| 79 bottom: 18px; | 78 bottom: 18px; |
| 80 } | 79 } |
| 81 | |
| 82 #startupAddButton { | |
| 83 margin-left: 0; | |
| 84 margin-top: 10px; | |
| 85 } | |
| OLD | NEW |