nextcloud - usermenu styles
parent
234612ff4a
commit
0f6747e429
|
@ -41,9 +41,6 @@ header#header #navbar-nextcloud #notifications .header-menu__trigger {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
left: -7px;
|
left: -7px;
|
||||||
}
|
}
|
||||||
#expanddiv {
|
|
||||||
padding: .5rem .7rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#notifications {
|
#notifications {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -92,4 +89,31 @@ header#header #navbar-nextcloud #notifications .header-menu__trigger {
|
||||||
#dd-user-menu-button {
|
#dd-user-menu-button {
|
||||||
width: 39px;
|
width: 39px;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
|
}
|
||||||
|
#dd-user-menu-dropdown ul {
|
||||||
|
min-width: 150px;
|
||||||
|
padding: 1em;
|
||||||
|
background-color: #FFF;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
position: relative;
|
||||||
|
right: 6em;
|
||||||
|
top: -0.3em;
|
||||||
|
}
|
||||||
|
#dd-user-menu-dropdown ul li {
|
||||||
|
padding: 1em 0;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dd-user-menu-dropdown ul li:nth-child(1) {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
#dd-user-menu-dropdown ul li[data-id="logout"] {
|
||||||
|
border-bottom: none;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
#dd-user-menu-dropdown ul li a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
}
|
}
|
Loading…
Reference in New Issue