mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Issue #5473 Permission improvements
This commit is contained in:
@@ -1425,7 +1425,7 @@ td.visible-print,th.visible-print{display:table-cell!important}
|
||||
}
|
||||
.popover{color:#fff}
|
||||
.popover-title{font-weight:700}
|
||||
.navbar{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none;border:1px solid rgba(0,0,0,.6);text-shadow:1px 1px 1px rgba(0,0,0,.3)}
|
||||
.navbar{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none;border:2px solid #000;text-shadow:1px 1px 1px rgba(0,0,0,.3)}
|
||||
.navbar-inverse{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none}
|
||||
.navbar-inverse .badge{background-color:#080808}
|
||||
.navbar-nav>li>a{ border-right:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.1)}
|
||||
@@ -1543,9 +1543,9 @@ div.admin-left-panel .panel { background: none; border:0}
|
||||
|
||||
span.sidebar-toggle-switch { float: right; display: block; width: 20px; height: 20px; cursor: pointer; }
|
||||
|
||||
thead tr, .navbar { background-image: none !important; border-left:0; border-right:0; background-color: #2f2f2f; }
|
||||
thead tr { background-image: none !important; border-left:0; border-right:0; background-color: #2f2f2f; }
|
||||
thead th, thead tr, .table > thead > tr > th { border-bottom: 0; border-left:0; border-right:0 }
|
||||
|
||||
.navbar { background-image: none !important; }
|
||||
|
||||
|
||||
|
||||
@@ -1564,8 +1564,13 @@ thead th, thead tr, .table > thead > tr > th { border-bottom: 0; border-left:0;
|
||||
background: #373737;
|
||||
height: 100%;
|
||||
padding-left: 5px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.is-table-row .admin-left-panel:hover {
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
div.is-table-row .admin-right-panel {
|
||||
padding-left: 100px;
|
||||
width:100%;
|
||||
|
Reference in New Issue
Block a user