Commit d6c0c2150b504cd9d83f2d02de4e157e44f4778a

Authored by Melissa Wen
1 parent 72384d80

fix aligments and line break on track section

Showing 1 changed file with 7 additions and 2 deletions   Show diff stats
_homeblocks.sass
@@ -85,7 +85,8 @@ @@ -85,7 +85,8 @@
85 text-align: center 85 text-align: center
86 width: 30px 86 width: 30px
87 span.track_label 87 span.track_label
88 - padding: 0 65px 0 5px 88 + padding: 0 5px
  89 + width: 115px
89 h3 90 h3
90 background: #F3F4F6 91 background: #F3F4F6
91 border-top: 1px solid #999 92 border-top: 1px solid #999
@@ -99,6 +100,7 @@ @@ -99,6 +100,7 @@
99 text-decoration: none 100 text-decoration: none
100 .content 101 .content
101 background: #F3F4F6 102 background: #F3F4F6
  103 + display: block
102 font-family: 'Ubuntu' 104 font-family: 'Ubuntu'
103 font-size: 12px 105 font-size: 12px
104 height: 28px 106 height: 28px
@@ -144,7 +146,8 @@ @@ -144,7 +146,8 @@
144 color: #A2A2A2 146 color: #A2A2A2
145 font-family: 'Ubuntu' 147 font-family: 'Ubuntu'
146 font-size: 14px 148 font-size: 14px
147 - margin: 0 149 + font-weight: normal
  150 + margin: 0 0 0 15px
148 .step 151 .step
149 background: #F3F3F3 152 background: #F3F3F3
150 border-radius: 10px 153 border-radius: 10px
@@ -174,7 +177,9 @@ @@ -174,7 +177,9 @@
174 height: 50px 177 height: 50px
175 line-height: 50px 178 line-height: 50px
176 margin: 0 0 0 10px 179 margin: 0 0 0 10px
  180 + overflow: hidden
177 padding: 0 181 padding: 0
  182 + width: 320px
178 .legend 183 .legend
179 background: url('icons/closed.png') no-repeat left center 184 background: url('icons/closed.png') no-repeat left center
180 color: transparent 185 color: transparent