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