Commit eb9f6e70d267d4c2d83ef4c34f2b733cddfa4b75

Authored by Melissa Wen
1 parent 185e4a83

expand style for internal pages of tracks

Showing 2 changed files with 26 additions and 13 deletions   Show diff stats
_tracks.sass
... ... @@ -7,10 +7,10 @@
7 7 border-radius: 5px
8 8 font-family: 'Ubuntu'
9 9 height: 295px
10   - margin: 0 15px 0 0
  10 + margin: 0 15px 15px 0
11 11 padding: 0
12 12 width: 305px
13   - &:last-child
  13 + &:nth-child(3n)
14 14 margin: 0
15 15 .title
16 16 background: #FFF url('images/home/icon-generic.png') no-repeat 15px center !important
... ... @@ -116,7 +116,7 @@
116 116 .community-track-plugin_track-card-list-block
117 117 .block-footer-content
118 118 float: right
119   - margin: 30px 0 0 auto
  119 + margin: 15px 0 0 auto
120 120 .more_button
121 121 background: #258FC2
122 122 border-radius: 45px
... ...
style.sass
... ... @@ -35,25 +35,38 @@ body
35 35 #content-inner
36 36 margin-bottom: -15px
37 37  
38   -#wrap-2
  38 +#wrap-2, .main-content
39 39 margin-top: 0
40 40 border: 1px solid transparent
  41 + box-shadow: none
  42 +
  43 +.main-content
  44 + margin: auto
  45 + width: 960px
41 46  
  47 +#wrap-1
  48 + width: 100%
  49 +#wrap-2
  50 + margin: 0
  51 + padding: 0
  52 +#boxes
  53 + margin: 0
42 54 .action-home-index
43   - #wrap-1
44   - width: 100%
45   - #wrap-2
46   - margin: 0
47   - padding: 0
48   - #boxes
49   - margin: 0
50 55 .main-block
51 56 display: none
52 57  
  58 +#content
  59 + .main-content, .no-boxes, #not-found, #access-denied
  60 + h1
  61 + border: none
  62 + color: #575959
  63 + font-family: 'Ubuntu'
  64 + font-size: 22px
  65 + font-variant: normal
  66 +
53 67 @import container
54 68  
55   -.action-home-index #content, #content #box-organizer
56   - @import tracks
  69 +@import tracks
57 70  
58 71 @import news
59 72  
... ...