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
d6e89e75c0
commit
d76118e44f
1 changed files with 17 additions and 0 deletions
|
@ -126,6 +126,14 @@
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
width: 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 {
|
.topbar ul.nav {
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
margin-left: -25% !important;
|
margin-left: -25% !important;
|
||||||
|
@ -182,6 +190,7 @@
|
||||||
#nav-user-menu {
|
#nav-user-menu {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
min-width: 250px !important;
|
min-width: 250px !important;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
@ -960,7 +969,15 @@
|
||||||
#photos-upload-perms button[data-toggle="modal"]:hover,
|
#photos-upload-perms button[data-toggle="modal"]:hover,
|
||||||
#photos-upload-perms button[data-toggle="modal"]:focus {
|
#photos-upload-perms button[data-toggle="modal"]:focus {
|
||||||
background-color: rgba(0,0,0,.2) !important;
|
background-color: rgba(0,0,0,.2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ADD-ONS */
|
||||||
|
.advancedcontentfilter-content-wrapper table td:nth-of-type(2) {
|
||||||
|
word-wrap: anywhere;
|
||||||
|
}
|
||||||
|
.advancedcontentfilter-content-wrapper pre {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
audio, progress, video {
|
audio, progress, video {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue