| OLD | NEW |
| 1 #startupPageManagement.settings-list > :last-child { | 1 #startupPageManagement.settings-list > :last-child { |
| 2 border-top: 1px solid #d9d9d9; | 2 border-top: 1px solid #d9d9d9; |
| 3 padding: 5px 10px; | 3 padding: 5px 10px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 #startupPagesList { | 6 #startupPagesList { |
| 7 min-height: 64px; | 7 min-height: 64px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #startupPagesList .title { | 10 #startupPagesList .title { |
| 11 width: 40%; | 11 width: 40%; |
| 12 } | 12 } |
| 13 | 13 |
| 14 #startupPagesList .url { | 14 #startupPagesList .url { |
| 15 -webkit-box-flex: 1; | 15 -webkit-box-flex: 1; |
| 16 color: #666; | 16 color: #666; |
| 17 } | 17 } |
| 18 | 18 |
| 19 #customHomePageGroup { | 19 #customHomePageGroup { |
| 20 display: -webkit-box; | 20 display: -webkit-box; |
| 21 -webkit-box-orient: horizontal; | 21 -webkit-box-orient: horizontal; |
| 22 } | 22 } |
| 23 | 23 |
| 24 #customHomePageGroup > div { | 24 #customHomePageGroup > :last-child { |
| 25 -webkit-padding-start: 1ex; | 25 -webkit-padding-start: 1ex; |
| 26 -webkit-box-flex: 1; | 26 -webkit-box-flex: 1; |
| 27 } | 27 } |
| 28 | 28 |
| 29 #homepageURL { | 29 #homepageURL { |
| 30 box-sizing: border-box; | 30 box-sizing: border-box; |
| 31 padding-top: 3px; | 31 padding-top: 3px; |
| 32 width: 100%; | 32 width: 100%; |
| 33 } | 33 } |
| 34 | 34 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 64 #instantConfirmText { | 64 #instantConfirmText { |
| 65 font-family: inherit; | 65 font-family: inherit; |
| 66 white-space: pre-wrap; | 66 white-space: pre-wrap; |
| 67 width: 500px; | 67 width: 500px; |
| 68 } | 68 } |
| 69 | 69 |
| 70 #instantConfirmLearnMore { | 70 #instantConfirmLearnMore { |
| 71 position: absolute; | 71 position: absolute; |
| 72 bottom: 18px; | 72 bottom: 18px; |
| 73 } | 73 } |
| OLD | NEW |