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 #startupPagesShortList { | 7 #startupPagesShortList { |
8 min-height: 0; | 8 min-height: 0; |
9 } | 9 } |
10 | 10 |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 } | 65 } |
66 | 66 |
67 #instantOption { | 67 #instantOption { |
68 margin-bottom: 0px; | 68 margin-bottom: 0px; |
69 } | 69 } |
70 | 70 |
71 #instantConfirmText { | 71 #instantConfirmText { |
72 font-family: inherit; | 72 font-family: inherit; |
73 white-space: pre-wrap; | 73 white-space: pre-wrap; |
74 width: 500px; | 74 width: 500px; |
75 padding: 0px 16px 0px 16px; | |
76 } | 75 } |
77 | 76 |
78 #instantConfirmLearnMore { | 77 #instantConfirmLearnMore { |
79 position: absolute; | 78 position: absolute; |
80 bottom: 18px; | 79 bottom: 18px; |
81 -webkit-margin-start: 16px; | |
82 } | 80 } |
83 | 81 |
84 #startupAddButton { | 82 #startupAddButton { |
85 margin-left: 0; | 83 margin-left: 0; |
86 margin-top: 10px; | 84 margin-top: 10px; |
87 } | 85 } |
OLD | NEW |