groups upd, more org settings, bug fixes
This commit is contained in:
@ -1004,11 +1004,38 @@ tr:nth-child(even) {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
#copyright {
|
||||
width: 50%;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
transition: opacity 0.4s;
|
||||
}
|
||||
|
||||
#info-icon {
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
left: 15px;
|
||||
cursor: pointer;
|
||||
padding: 5px 16px;
|
||||
border-radius: 50%;
|
||||
font-size: 20px;
|
||||
background: #FFFFFF69;
|
||||
}
|
||||
|
||||
#info-icon.right {
|
||||
right: 15px !important;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#info-icon a {
|
||||
text-decoration: none;
|
||||
color:rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
#info-icon:hover + #copyright {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.copyright a {
|
||||
@ -1156,7 +1183,9 @@ tr:nth-child(even) {
|
||||
background-color: #0000000a;
|
||||
}
|
||||
|
||||
#edit-user-form {
|
||||
#edit-user-form,
|
||||
#edit-group-form,
|
||||
#new-group-form {
|
||||
width: 550px;
|
||||
/* float: right; */
|
||||
margin: 30px 0 0 44px;
|
||||
@ -1166,7 +1195,9 @@ tr:nth-child(even) {
|
||||
.update-info label,
|
||||
.input-name,
|
||||
.add-user-form label,
|
||||
#edit-user-form label {
|
||||
#edit-user-form label,
|
||||
#edit-group-form label,
|
||||
#new-group-form label {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
@ -1187,7 +1218,12 @@ tr:nth-child(even) {
|
||||
.new-parameters select,
|
||||
.update-info input,
|
||||
.add-user-form input,
|
||||
#edit-user-form input {
|
||||
#edit-user-form input,
|
||||
#edit-user-form select,
|
||||
#edit-group-form input,
|
||||
#edit-group-form select,
|
||||
#new-group-form input,
|
||||
#new-group-form select {
|
||||
margin-top: 6px;
|
||||
margin-bottom: 10px;
|
||||
display: inline-block;
|
||||
@ -1211,7 +1247,9 @@ tr:nth-child(even) {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
#edit-user-form input {
|
||||
#edit-user-form input,
|
||||
#edit-group-form select,
|
||||
#new-group-form select {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
@ -1222,12 +1260,19 @@ tr:nth-child(even) {
|
||||
.add-user-form input:hover,
|
||||
#edit-user-form input:hover,
|
||||
#edit-user-form input:focus,
|
||||
#edit-group-form select:hover,
|
||||
#edit-group-form select:focus,
|
||||
#new-group-form select:hover,
|
||||
#new-group-form select:focus,
|
||||
.update-info input:hover,
|
||||
.update-info input:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.new-parameters select {
|
||||
.new-parameters select,
|
||||
#edit-user-form select,
|
||||
#edit-group-form select,
|
||||
#new-group-form select {
|
||||
cursor: pointer;
|
||||
width: 340px;
|
||||
-moz-appearance: none;
|
||||
@ -1239,7 +1284,9 @@ tr:nth-child(even) {
|
||||
|
||||
.new-parameters input::placeholder,
|
||||
.add-user-form input::placeholder,
|
||||
#edit-user-form input::placeholder {
|
||||
#edit-user-form input::placeholder,
|
||||
#edit-group-form input::placeholder,
|
||||
#new-group-form input::placeholder {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user