Commit 73c4bb6a04481170202f525756ea3866424db92e
1 parent
28104f2b
Exists in
master
and in
2 other branches
fix alingments and content box with on internal pages
Showing
3 changed files
with
18 additions
and
12 deletions
Show diff stats
old-theme/edition_pages.css
@@ -12,10 +12,12 @@ | @@ -12,10 +12,12 @@ | ||
12 | 12 | ||
13 | .action-cms-new #content .text-editor-sidebar { | 13 | .action-cms-new #content .text-editor-sidebar { |
14 | width: 360px; | 14 | width: 360px; |
15 | + right: 0; | ||
15 | } | 16 | } |
16 | 17 | ||
17 | .action-cms-new #content .text-editor-sidebar .header { | 18 | .action-cms-new #content .text-editor-sidebar .header { |
18 | height: 23px; | 19 | height: 23px; |
20 | + line-height: 23px; | ||
19 | } | 21 | } |
20 | 22 | ||
21 | .controller-cms #content .formfield #article_image_builder_uploaded_data { | 23 | .controller-cms #content .formfield #article_image_builder_uploaded_data { |
@@ -40,4 +42,4 @@ | @@ -40,4 +42,4 @@ | ||
40 | .controller-cms #content .main-content form .article-translation-field { | 42 | .controller-cms #content .main-content form .article-translation-field { |
41 | margin-top: 15px; | 43 | margin-top: 15px; |
42 | margin-bottom: 15px; | 44 | margin-bottom: 15px; |
43 | -} | ||
44 | \ No newline at end of file | 45 | \ No newline at end of file |
46 | +} |
partial_sass/_tracks.sass
style.sass
@@ -40,18 +40,17 @@ body | @@ -40,18 +40,17 @@ body | ||
40 | border: 1px solid transparent | 40 | border: 1px solid transparent |
41 | box-shadow: none | 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 | .action-home-index | 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 | .main-block | 54 | .main-block |
56 | display: none | 55 | display: none |
57 | 56 |