Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 0 additions & 147 deletions inyoka_theme_default/static/js/PrivilegeBox.js

This file was deleted.

62 changes: 0 additions & 62 deletions inyoka_theme_default/static/js/UserGroupBox.js

This file was deleted.

142 changes: 0 additions & 142 deletions inyoka_theme_default/static/js/classy.js

This file was deleted.

28 changes: 17 additions & 11 deletions inyoka_theme_default/static/style/inyoka/portal.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@

.portal {

#portal-user-groupselector {
list-style: none;
padding: 0;
max-height: 800px;
overflow-y: auto;
overflow-x: hidden;
}

&-user-groupsetting-form {
label {
font-weight: normal;
}
> * {
margin-bottom: 1em;
}
}

&-userinfo {
&:extend(.table all);
&:extend(.table-striped all);
Expand All @@ -20,18 +37,7 @@
min-width: 33%;
}
}
&-privilege-list {
&:extend(.list-group all);

&-item {
&:extend(.list-group-item all);

&.changed:not(.active) {
color: @state-warning-text;
background-color: @state-warning-bg;
}
}
}
&-usericon {
font-size: 20ex;
text-align: center;
Expand Down
Loading