Commit a914caaaaa6b84f1a1e7a40042c112d0b56c53c2

Authored by Melissa Wen
1 parent 39b05e35

fix button on track list second page

Showing 1 changed file with 19 additions and 14 deletions   Show diff stats
partial_sass/_tracks.sass
@@ -116,18 +116,23 @@ @@ -116,18 +116,23 @@
116 .read_more a 116 .read_more a
117 background: transparent url('images/home/read-more-tec.png') no-repeat center center 117 background: transparent url('images/home/read-more-tec.png') no-repeat center center
118 118
119 -.community-track-plugin_track-card-list-block  
120 - .block-footer-content 119 +.community-track-plugin_track-card-list-block .block-footer-content
  120 + float: right
  121 + margin: 15px 0 0 auto
  122 +.community-track-plugin_track-card-list-block .more_button, .all_tracks .more_button .more
  123 + background: #258FC2
  124 + border-radius: 45px
  125 + padding: 10px 45px
  126 + width: auto
  127 + a
  128 + color: #FFF
  129 + font-family: 'Ubuntu Mediun'
  130 + font-size: 14px
  131 + font-weight: normal
  132 + text-decoration: none
  133 +
  134 +.all_tracks .more_button
  135 + height: 50px
  136 + margin: 15px 0 0 auto
  137 + .more
121 float: right 138 float: right
122 - margin: 15px 0 0 auto  
123 - .more_button  
124 - background: #258FC2  
125 - border-radius: 45px  
126 - padding: 10px 45px  
127 - width: auto  
128 - a  
129 - color: #FFF  
130 - font-family: 'Ubuntu Mediun'  
131 - font-size: 14px  
132 - font-weight: normal  
133 - text-decoration: none