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 { | |
8 width: 40%; | |
9 } | |
10 | |
11 .startup-page-list .url { | |
12 -webkit-box-flex: 1; | |
13 color: #666666; | |
arv (Not doing code reviews)
2011/01/14 00:23:03
Use #666 }:-)
stuartmorgan
2011/01/14 00:37:09
Done.
| |
14 } | |
15 | |
16 .startup-page-list .url input { | |
17 box-sizing: border-box; | |
18 margin: 0; | |
19 width: 100%; | |
20 } | |
21 | |
7 #customHomePageGroup { | 22 #customHomePageGroup { |
8 display: -webkit-box; | 23 display: -webkit-box; |
9 -webkit-box-orient: horizontal; | 24 -webkit-box-orient: horizontal; |
10 } | 25 } |
11 | 26 |
12 #customHomePageGroup > div { | 27 #customHomePageGroup > div { |
13 -webkit-padding-start: 1ex; | 28 -webkit-padding-start: 1ex; |
14 -webkit-box-flex: 1; | 29 -webkit-box-flex: 1; |
15 } | 30 } |
16 | 31 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
52 #instantConfirmText { | 67 #instantConfirmText { |
53 font-family: inherit; | 68 font-family: inherit; |
54 white-space: pre-wrap; | 69 white-space: pre-wrap; |
55 width: 500px; | 70 width: 500px; |
56 } | 71 } |
57 | 72 |
58 #instantConfirmLearnMore { | 73 #instantConfirmLearnMore { |
59 position: absolute; | 74 position: absolute; |
60 bottom: 18px; | 75 bottom: 18px; |
61 } | 76 } |
OLD | NEW |