Add MemberManage dashboard
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
.umb-listview.membermanager a {
|
||||
text-decoration: none; }
|
||||
|
||||
.umb-listview.membermanager .umb-table__name {
|
||||
-ms-flex: 1 1 5%;
|
||||
flex: 1 1 5%;
|
||||
max-width: 20%; }
|
||||
|
||||
.umb-listview.membermanager .no-results {
|
||||
padding: 20px;
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #dbdbdb;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
margin-top: 20px; }
|
||||
|
||||
.filter-display {
|
||||
padding: 1em;
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #dbdbdb;
|
||||
margin-bottom: 1em; }
|
||||
.filter-display > div {
|
||||
overflow: auto;
|
||||
margin-bottom: 5px; }
|
||||
.filter-display > div:last-child {
|
||||
margin-bottom: 0; }
|
||||
.filter-display > div strong {
|
||||
float: left;
|
||||
width: 180px;
|
||||
display: block; }
|
||||
.filter-display > div span {
|
||||
float: left;
|
||||
width: auto; }
|
||||
|
||||
.filter-options .filter-display {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.filter-options .filter-checkbox-list {
|
||||
margin-bottom: 1em; }
|
||||
.filter-options .filter-checkbox-list .filter-content {
|
||||
max-height: 10.4em;
|
||||
overflow-y: scroll;
|
||||
border: solid 1px #eee;
|
||||
border-radius: .25em; }
|
||||
.filter-options .filter-checkbox-list .filter-content, .filter-options .filter-checkbox-list .filter-header {
|
||||
padding: .5em; }
|
||||
.filter-options .filter-checkbox-list .filter-content > div, .filter-options .filter-checkbox-list .filter-header > div {
|
||||
overflow: auto; }
|
||||
.filter-options .filter-checkbox-list .filter-content > div input[type="checkbox"], .filter-options .filter-checkbox-list .filter-header > div input[type="checkbox"] {
|
||||
float: left;
|
||||
/*margin-top: 10px;*/
|
||||
margin-right: 10px; }
|
||||
.filter-options .filter-checkbox-list .filter-content > div label.control-label, .filter-options .filter-checkbox-list .filter-header > div label.control-label {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: auto;
|
||||
width: 90%;
|
||||
font-weight: 400; }
|
||||
.filter-options .filter-checkbox-list .filter-header {
|
||||
margin-bottom: .5em; }
|
||||
Reference in New Issue
Block a user