mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:48:26 +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;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar-first .topbar-nav .dropdown-menu {
|
||||||
|
width: 350px;
|
||||||
|
margin-left: -238px;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-first .nav > li > a:hover:not(.selected) {
|
#topbar-first .nav > li > a:hover:not(.selected) {
|
||||||
background-color: rgba(255,255,255,.1) !important;
|
background-color: rgba(255,255,255,.1) !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
|
@ -138,8 +143,8 @@ header #banner {
|
||||||
header #banner #logo-img,
|
header #banner #logo-img,
|
||||||
.navbar-brand #logo-img {
|
.navbar-brand #logo-img {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
height: 40px !important;
|
height: 38px !important;
|
||||||
width: 40px !important;
|
width: 38px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topbar ul.nav {
|
.topbar ul.nav {
|
||||||
|
@ -915,14 +920,14 @@ audio, progress, video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-allocated-max-width {
|
.img-allocated-max-width {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio, canvas, progress, video {
|
audio, canvas, progress, video {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input, select, textarea {
|
button, input, select, textarea {
|
||||||
|
@ -931,8 +936,12 @@ button, input, select, textarea {
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 5px solid #b0b3b8;
|
||||||
|
}
|
||||||
|
|
||||||
iframe, img, video {
|
iframe, img, video {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
|
|
|
@ -44,6 +44,11 @@ nav.navbar .nav > li > button{
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar-first .topbar-nav .dropdown-menu {
|
||||||
|
width: 350px;
|
||||||
|
margin-left: -238px;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-first .nav > li > a:hover:not(.selected) {
|
#topbar-first .nav > li > a:hover:not(.selected) {
|
||||||
background-color: rgba(128,128,128,.1) !important;
|
background-color: rgba(128,128,128,.1) !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
|
@ -138,8 +143,8 @@ header #banner {
|
||||||
header #banner #logo-img,
|
header #banner #logo-img,
|
||||||
.navbar-brand #logo-img {
|
.navbar-brand #logo-img {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
height: 40px !important;
|
height: 38px !important;
|
||||||
width: 40px !important;
|
width: 38px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topbar ul.nav {
|
.topbar ul.nav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue