drupal - prenova user menu
This commit is contained in:
parent
28e3a0eca4
commit
94c47fa2b5
@ -2274,12 +2274,14 @@ nav.tabs {
|
||||
background-color: #fff;
|
||||
color: #1e88e5; }
|
||||
|
||||
#user-menu ul.user-menu-link {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
border: 1px solid #D1D1D1;
|
||||
padding: 10px 15px;
|
||||
margin-top: 5px; }
|
||||
#user-menu {
|
||||
position: absolute; }
|
||||
#user-menu ul.user-menu-link {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
border: 1px solid #D1D1D1;
|
||||
padding: 10px 15px;
|
||||
margin-top: 6px; }
|
||||
|
||||
.mobile-nav-menu {
|
||||
position: fixed;
|
||||
@ -6332,6 +6334,9 @@ p {
|
||||
.nav-li1 {
|
||||
position: static; }
|
||||
|
||||
.usem-menu {
|
||||
margin-top: 16px; }
|
||||
|
||||
.nav-ul2 {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
@ -2305,6 +2305,10 @@ p {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.usem-menu{
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.nav-ul2 {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
@ -330,12 +330,14 @@ nav.tabs {
|
||||
}
|
||||
|
||||
#user-menu {
|
||||
position: absolute;
|
||||
|
||||
ul.user-menu-link {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
border: 1px solid $siva;
|
||||
padding: 10px 15px;
|
||||
margin-top: 5px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,7 @@
|
||||
{{ uporabnik }}
|
||||
<img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow"
|
||||
style="transform: rotateZ(90deg);">
|
||||
</a>
|
||||
<div id="user-menu" style="display: none;">
|
||||
<div name="odjava" method="post" action="/api/drupal/logout">
|
||||
<ul class="user-menu-link">
|
||||
@ -115,6 +116,7 @@
|
||||
{{ uporabnik }}
|
||||
<img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow"
|
||||
style="transform: rotateZ(90deg);">
|
||||
</a>
|
||||
<div id="user-menu" style="display: none;">
|
||||
<div name="odjava" method="post" action="/api/drupal/logout">
|
||||
<ul class="user-menu-link">
|
||||
|
Loading…
x
Reference in New Issue
Block a user