OLD | NEW |
1 | 1 |
2 #startupPageManagement.settings-list > :last-child { | 2 #startupPageManagement.settings-list > :last-child { |
3 border-top: 1px solid #d9d9d9; | 3 border-top: 1px solid #d9d9d9; |
4 padding: 5px 10px; | 4 padding: 5px 10px; |
5 } | 5 } |
6 | 6 |
7 .startup-page-list .title { | 7 .startup-page-list .title { |
8 width: 40%; | 8 width: 40%; |
9 } | 9 } |
10 | 10 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 #instantConfirmText { | 67 #instantConfirmText { |
68 font-family: inherit; | 68 font-family: inherit; |
69 white-space: pre-wrap; | 69 white-space: pre-wrap; |
70 width: 500px; | 70 width: 500px; |
71 } | 71 } |
72 | 72 |
73 #instantConfirmLearnMore { | 73 #instantConfirmLearnMore { |
74 position: absolute; | 74 position: absolute; |
75 bottom: 18px; | 75 bottom: 18px; |
76 } | 76 } |
| 77 |
| 78 #startupAddButton { |
| 79 margin-left: 0; |
| 80 margin-top: 10px; |
| 81 } |
OLD | NEW |