Commit 34aa8f6ffa9a9b521e047d0c320dead939176ed1
Committed by
Antonio Terceiro
1 parent
0ac80a18
Exists in
master
and in
29 other branches
Fixing layout when page has no boxes
(ActionItem1508)
Showing
1 changed file
with
7 additions
and
5 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -2550,10 +2550,10 @@ div#activation_enterprise div { |
2550 | 2550 | |
2551 | 2551 | .controller-cms #media-listing-iframe { |
2552 | 2552 | float: right; |
2553 | - width: 40%; | |
2553 | + width: 380px; | |
2554 | 2554 | height: 630px; |
2555 | 2555 | border: none; |
2556 | - margin: 104px 20px 0px 0px; | |
2556 | + margin-top: 104px; | |
2557 | 2557 | padding: 0px; |
2558 | 2558 | overflow: hidden; |
2559 | 2559 | } |
... | ... | @@ -2564,6 +2564,7 @@ div#activation_enterprise div { |
2564 | 2564 | |
2565 | 2565 | .controller-cms div.with_media_panel { |
2566 | 2566 | float: left; |
2567 | + width: 500px; | |
2567 | 2568 | } |
2568 | 2569 | |
2569 | 2570 | div.with_media_panel .formfield input { |
... | ... | @@ -3016,11 +3017,12 @@ h1#agenda-title { |
3016 | 3017 | } |
3017 | 3018 | |
3018 | 3019 | .no-boxes { |
3019 | - margin: 0px 200px 0px 200px; | |
3020 | + margin: 0px; | |
3020 | 3021 | } |
3021 | 3022 | |
3022 | -.controller-search .no-boxes { | |
3023 | - margin: 0px; | |
3023 | +.controller-content_viewer .no-boxes, | |
3024 | +.controller-profile .no-boxes { | |
3025 | + margin: 0px 200px; | |
3024 | 3026 | } |
3025 | 3027 | |
3026 | 3028 | .controller-profile #content .no-boxes h1, | ... | ... |