Just for my ex-colleagues.
binoPanel-UserStyle by gravalew
Details
Authorgravalew
LicenseNo License
Categoryuserstyles, panel
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name binoPanel-UserStyle
@version 20211109.13.24
@namespace userstyles.world/user/gravalew
@description Just for my ex-colleagues.
@author gravalew
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://panel.binotel.com/?module=") {
/*Панел header*/
@media (min-height:890px) and (min-width: 1420px){
.locked-for-editing > .navbar > .navbar-inner > div.row-fluid:last-of-type {
width: calc(100% - 260px);
position: absolute;
top: 40px;
left: 267px;
}
}
@media (min-height:1012px) and (min-width: 1395px){
.locked-for-editing > .navbar > .navbar-inner > div.row-fluid:last-of-type {
position: absolute;
top: 40px;
left: 327px;
}
}
}
@-moz-document url-prefix("https://panel.binotel.com/") {
/*Панел main*/
@media (min-height:890px) and (min-width: 1395px){
body {
position: relative;
padding: 40px 0px 0px 0px;
}
div.sidebar-nav {
position: fixed;
top: 45px;
left: 3px;
padding: 0px 0 0 0;
min-width: 261px;
max-width: 261px;
}
div.btn-grou1dp{
margin-left: 0px!important;
text-align: center;
}
div.btn-grou1dp button:hover,div.btn-grou1dp button:focus {
transform: scale(1.15);
transition: all 0.4s ease;
background: #fff;
outline: none;
}
div.sidebar-nav ul.nav-list > li a{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
div.sidebar-nav ul.nav-list > li:nth-child(33),
div.sidebar-nav ul.nav-list > li:nth-child(39),
div.sidebar-nav ul.nav-list > li:nth-child(41),
div.sidebar-nav ul.nav-list > li:nth-child(47),
div.sidebar-nav ul.nav-list > li:nth-child(48) {
display: none;
}
.nav-list li.divider {
margin: 3px;
}
.nav-list li.nav-header {
margin-top: 0px;
padding: 1px 10px;
font-size: 13px;
}
div.sidebar-nav ul.nav-list > li > a {
padding: 1px 10px;
font-size: 13px;
}/*
div.container-fluid {
padding: 0px;
margin: 0px;
}*/
div.container-fluid>div.row-fluid{
padding: 0px;
margin: 0px;
}
#content {
margin: -40px 0 0 275px;
padding: 0px;
}
/*@media (max-height: 1085px) {
div.btn-grou1dp {
position: absolute;
top: 29px;
right: 5px;
z-index: 9999;
}*/
}
@media (min-height:1012px) and (min-width: 1395px){
/*--------------------------------------*/
div.sidebar-nav {
min-width: 321px;
max-width: 321px;
}
#content {
margin: -40px 0 0 341px;
}
/*--------------------------------------*/
}
@media (min-height:1138px) and (min-width: 1395px){
/*--------------------------------------*/
/*--------------------------------------*/
}
/*main END*/
}
@-moz-document url-prefix("https://panel.binotel.com/?module=appealsFromTheClient") {
/*Обращения*/
.tab-content > .active > h5{
margin-block-start: 0px !important;
margin-block-end: 0px !important;
}
}
@-moz-document url-prefix("https://work.binotel.com/issues") {
/*rm*/
body>#wrapper>#wrapper2>#wrapper3>#main>#content>h2 {
position: sticky;
top: 0;
z-index: 2;
background-color: rgba(242, 242, 242, 0.6) !important;
border-radius: 0;
}
}