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