OLD | NEW |
1 #startupPageManagement.fullView { | 1 #startupPageManagement.fullView { |
2 border: 1px solid #d9d9d9; | 2 border: 1px solid #d9d9d9; |
3 border-radius: 2px; | 3 border-radius: 2px; |
4 } | 4 } |
5 | 5 |
6 #startupPagesShortList { | 6 #startupPagesShortList { |
7 height: auto; | 7 height: auto; |
8 padding-bottom: 1px; | |
9 } | 8 } |
10 | 9 |
11 #startupPageManagement.fullView > :last-child { | 10 #startupPageManagement.fullView > :last-child { |
12 border-top: 1px solid #d9d9d9; | 11 border-top: 1px solid #d9d9d9; |
13 padding: 5px 10px; | 12 padding: 5px 10px; |
14 } | 13 } |
15 | 14 |
16 #customHomePageGroup { | 15 #customHomePageGroup { |
17 display: -webkit-box; | 16 display: -webkit-box; |
18 -webkit-box-orient: horizontal; | 17 -webkit-box-orient: horizontal; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 #instantConfirmText { | 60 #instantConfirmText { |
62 font-family: inherit; | 61 font-family: inherit; |
63 white-space: pre-wrap; | 62 white-space: pre-wrap; |
64 width: 500px; | 63 width: 500px; |
65 } | 64 } |
66 | 65 |
67 #instantConfirmLearnMore { | 66 #instantConfirmLearnMore { |
68 position: absolute; | 67 position: absolute; |
69 bottom: 18px; | 68 bottom: 18px; |
70 } | 69 } |
OLD | NEW |