Minor tweaks
* Brand text styled and positioned * Advanced Content Filter add-on help table spill fixed. * Added "Sign-In" label to button * Menu overflow-x now hidden.
This commit is contained in:
parent
c9c805086f
commit
d6e89e75c0
1 changed files with 18 additions and 1 deletions
|
@ -131,6 +131,14 @@ header #banner {
|
|||
height: 40px !important;
|
||||
width: 40px !important;
|
||||
}
|
||||
#navbar-brand-text {
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
#nav-login::before{
|
||||
content: 'Sign-In';
|
||||
}
|
||||
.topbar ul.nav {
|
||||
left: 50% !important;
|
||||
margin-left: -25% !important;
|
||||
|
@ -191,6 +199,7 @@ header #banner {
|
|||
}
|
||||
#nav-user-menu {
|
||||
min-width: 250px !important;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.btn {
|
||||
border-radius: 10px;
|
||||
|
@ -1046,7 +1055,15 @@ iframe, img, video {
|
|||
#photos-upload-perms button[data-toggle="modal"]:focus {
|
||||
background-color: rgba(255,255,255,.1) !important;
|
||||
}
|
||||
|
||||
|
||||
/* ADD-ONS */
|
||||
.advancedcontentfilter-content-wrapper table td:nth-of-type(2) {
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
.advancedcontentfilter-content-wrapper pre {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
#search-box {
|
||||
width: 18% !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue