Commit 5ab2af8b by Bence Dányi

webui: fix details link position

parent fa7a734e
...@@ -71,6 +71,13 @@ ...@@ -71,6 +71,13 @@
.actions { .actions {
display: block !important; display: block !important;
} }
.summary .name {
width: calc(~"100% - 200px");
span {
width: calc(~"60% + 95px");
max-width: calc(~"100% - 95px");
}
}
.summary .name .details { .summary .name .details {
display: inline; display: inline;
border: none; border: none;
...@@ -553,8 +560,18 @@ table { ...@@ -553,8 +560,18 @@ table {
.summary { .summary {
.name { .name {
background-image: url(/static/icons/users.png); 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 { #new-group {
.summary .name { .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