mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:08:28 +00:00
Drop Down Benachrichtigungstoolbar positioniert
This commit is contained in:
parent
c511ab0425
commit
4ed032d193
2 changed files with 24 additions and 10 deletions
|
@ -42,6 +42,11 @@ nav.navbar .nav > li > button{
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#topbar-first .topbar-nav .dropdown-menu {
|
||||
width: 350px;
|
||||
margin-left: -238px;
|
||||
}
|
||||
|
||||
#topbar-first .nav > li > a:hover:not(.selected) {
|
||||
background-color: rgba(255,255,255,.1) !important;
|
||||
border-radius: 8px !important;
|
||||
|
@ -138,8 +143,8 @@ header #banner {
|
|||
header #banner #logo-img,
|
||||
.navbar-brand #logo-img {
|
||||
background-color: var(--link-color) !important;
|
||||
height: 40px !important;
|
||||
width: 40px !important;
|
||||
height: 38px !important;
|
||||
width: 38px !important;
|
||||
}
|
||||
|
||||
.topbar ul.nav {
|
||||
|
@ -931,6 +936,10 @@ button, input, select, textarea {
|
|||
border-color: #333;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #b0b3b8;
|
||||
}
|
||||
|
||||
iframe, img, video {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
|
@ -44,6 +44,11 @@ nav.navbar .nav > li > button{
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#topbar-first .topbar-nav .dropdown-menu {
|
||||
width: 350px;
|
||||
margin-left: -238px;
|
||||
}
|
||||
|
||||
#topbar-first .nav > li > a:hover:not(.selected) {
|
||||
background-color: rgba(128,128,128,.1) !important;
|
||||
border-radius: 8px !important;
|
||||
|
@ -138,8 +143,8 @@ header #banner {
|
|||
header #banner #logo-img,
|
||||
.navbar-brand #logo-img {
|
||||
background-color: var(--link-color) !important;
|
||||
height: 40px !important;
|
||||
width: 40px !important;
|
||||
height: 38px !important;
|
||||
width: 38px !important;
|
||||
}
|
||||
|
||||
.topbar ul.nav {
|
||||
|
|
Loading…
Add table
Reference in a new issue