Commit 73c4bb6a04481170202f525756ea3866424db92e

Authored by Melissa Wen
1 parent 28104f2b

fix alingments and content box with on internal pages

old-theme/edition_pages.css
... ... @@ -12,10 +12,12 @@
12 12  
13 13 .action-cms-new #content .text-editor-sidebar {
14 14 width: 360px;
  15 + right: 0;
15 16 }
16 17  
17 18 .action-cms-new #content .text-editor-sidebar .header {
18 19 height: 23px;
  20 + line-height: 23px;
19 21 }
20 22  
21 23 .controller-cms #content .formfield #article_image_builder_uploaded_data {
... ... @@ -40,4 +42,4 @@
40 42 .controller-cms #content .main-content form .article-translation-field {
41 43 margin-top: 15px;
42 44 margin-bottom: 15px;
43   -}
44 45 \ No newline at end of file
  46 +}
... ...
partial_sass/_tracks.sass
... ... @@ -131,3 +131,8 @@
131 131 font-size: 14px
132 132 font-weight: normal
133 133 text-decoration: none
  134 +
  135 +.action-community_track_plugin_public-all_tracks
  136 + .main-content
  137 + padding: 0
  138 + width: 960px
... ...
style.sass
... ... @@ -40,18 +40,17 @@ body
40 40 border: 1px solid transparent
41 41 box-shadow: none
42 42  
43   -.main-content
44   - margin: auto
45   - width: 960px
46   -
47   -#wrap-1
48   - width: 100%
49   -#wrap-2
50   - margin: 0
51   - padding: 0
52   -#boxes
53   - margin: 0
54 43 .action-home-index
  44 + .main-content
  45 + margin: auto
  46 + width: 960px
  47 + #wrap-1
  48 + width: 100%
  49 + #wrap-2
  50 + margin: 0
  51 + padding: 0
  52 + #boxes
  53 + margin: 0
55 54 .main-block
56 55 display: none
57 56  
... ...