mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
minor fixes and iframe css
This commit is contained in:
parent
381943be42
commit
fd29218991
9 changed files with 155 additions and 70 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue