Commit 6898cdd3568461190a766714ab5e0e40276bd658
1 parent
8b996830
Exists in
master
and in
5 other branches
fixed problem with embeded blocks
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2877,7 +2877,19 @@ body.action-embed-index { |
2877 | 2877 | width: 100%; |
2878 | 2878 | height: 100%; |
2879 | 2879 | display: table; |
2880 | - position: absolute; | |
2880 | + /*position: absolute;*/ | |
2881 | +} | |
2882 | + | |
2883 | +#embed #content { | |
2884 | + left: 0; | |
2885 | + margin-left: 0; | |
2886 | + margin-top: 0; | |
2887 | + position: relative; | |
2888 | + width: 100%; | |
2889 | +} | |
2890 | + | |
2891 | +#embed #content .title { | |
2892 | + padding-right: 0px; | |
2881 | 2893 | } |
2882 | 2894 | |
2883 | 2895 | .action-embed-index #boxes, | ... | ... |