minor fixes and iframe css

This commit is contained in:
Rainer Gümpelein 2022-04-02 20:28:45 +02:00
parent 381943be42
commit fd29218991
9 changed files with 155 additions and 70 deletions

View file

@ -79,14 +79,20 @@ sub tpl(){
}
my $node1 = $db->collect_node($node_meta->{parent_id},$lang,"1");
my $margin_top = "0";
if($dbt->{website}->{$varenv->{syshost}}->{layout} eq "iframe"){
$margin_top = "40px";
}
#bootstrap 5 with standalone bayern
#if($varenv->{syshost} eq "shareeweb-bayern"){
if(1==1){
#subMenue--------
print "<style>
ul#AccNavi {
position:relative;
margin-top:$margin_top;
display:flex;
margin-left: -32px;
}