Commit 5ab2af8b by Bence Dányi

webui: fix details link position

parent fa7a734e
......@@ -71,6 +71,13 @@
.actions {
display: block !important;
}
.summary .name {
width: calc(~"100% - 200px");
span {
width: calc(~"60% + 95px");
max-width: calc(~"100% - 95px");
}
}
.summary .name .details {
display: inline;
border: none;
......@@ -553,8 +560,18 @@ table {
.summary {
.name {
background-image: url(/static/icons/users.png);
width: calc(~"100% - 70px");
}
}
li.owner {
background-image: url(/static/icons/user-worker-boss.png);
}
li.course {
background-image: url(/static/icons/book-open.png);
}
li.members {
background-image: url(/static/icons/users.png);
}
}
#new-group {
.summary .name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment