1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

Make bulk group member management easier

Add and Remove members separated.

Introduced user list paging size.
This commit is contained in:
McMatts 2018-08-21 15:33:54 +01:00
parent bd2e8ac165
commit 1b16be2505
9 changed files with 130 additions and 93 deletions

View file

@ -119,13 +119,14 @@ $link-hover-decoration: none;
.modal-80 {
max-width: 80% !important;
}
body.modal-open {
padding-right: 0 !important;
// Do not scroll body to top.
// See: https://stackoverflow.com/questions/21604674/bootstrap-modal-background-jumps-to-top-on-toggle/21881894
overflow: visible;
}
.modal-header-white {
background-color: $color-white !important;
border: none !important;
@ -144,6 +145,7 @@ body.modal-open {
.popover-header {
font-size: 1.2rem;
}
.popover-body {
font-size: 1rem;
@ -160,6 +162,11 @@ body.modal-open {
}
}
.btn {
text-transform: uppercase;
font-weight: 600;
}
// Bootstrap override that removes gutter space on smaller screens
// @media (max-width: 1200px) {
// .container {

View file

@ -85,13 +85,13 @@
margin: 15px 0;
.name {
font-size: 1.2rem;
color: $color-off-black;
font-size: 1.3rem;
font-weight: 600;
> .purpose {
font-size: 1rem;
color: $color-gray;
display: inline-block;
}
}
}
@ -107,15 +107,6 @@
font-size: 1.2rem;
}
}
> hr {
height: 1px;
color: $color-border;
background: $color-border;
font-size: 0;
border: 0;
margin: 5px 10px;
}
}
// used for user admin