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 { |
| 8 min-height: 0; |
| 9 } |
| 10 |
7 .startup-page-list .title { | 11 .startup-page-list .title { |
8 width: 40%; | 12 width: 40%; |
9 } | 13 } |
10 | 14 |
11 .startup-page-list .url { | 15 .startup-page-list .url { |
12 -webkit-box-flex: 1; | 16 -webkit-box-flex: 1; |
13 color: #666; | 17 color: #666; |
14 } | 18 } |
15 | 19 |
16 .startup-page-list .url input { | 20 .startup-page-list .url input { |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 | 76 |
73 #instantConfirmLearnMore { | 77 #instantConfirmLearnMore { |
74 position: absolute; | 78 position: absolute; |
75 bottom: 18px; | 79 bottom: 18px; |
76 } | 80 } |
77 | 81 |
78 #startupAddButton { | 82 #startupAddButton { |
79 margin-left: 0; | 83 margin-left: 0; |
80 margin-top: 10px; | 84 margin-top: 10px; |
81 } | 85 } |
OLD | NEW |