mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 09:16:25 +01:00
parent
37ce178b21
commit
2c16625162
@ -143,12 +143,12 @@ body {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-bottom: 50px;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#footer {
|
||||
@ -266,17 +266,15 @@ section#users {
|
||||
|
||||
.user-profile-picture {
|
||||
color: var(--color-mantle);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.user-profile {
|
||||
display: inline-flex;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.user-profile .user-profile-picture {
|
||||
position: absolute;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
|
@ -24,7 +24,7 @@
|
||||
<tbody>
|
||||
{% for user in users %}
|
||||
<tr>
|
||||
<td style="position:relative">
|
||||
<td>
|
||||
<div class="user-profile">
|
||||
<div class="user-profile-picture" style="background-color:{{ user.color }};"
|
||||
title="{{ user.username }}">
|
||||
|
@ -110,7 +110,7 @@
|
||||
</button></a><br/>
|
||||
{% endif %}
|
||||
<div class="user">
|
||||
<div class="user-profile-picture" style="background-color:{{ user.color }}; position:inherit;"
|
||||
<div class="user-profile-picture" style="background-color:{{ user.color }};"
|
||||
title="{{ user.username }}">
|
||||
{{ user.username[0] | upper }}
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<td>
|
||||
Responsable de l'ajout
|
||||
</td>
|
||||
<td style="position:absolute">
|
||||
<td>
|
||||
{% if user is not none %}
|
||||
<div class="user-profile"><!-- Completely messy html for this -->
|
||||
<div class="table-username">{{ user.username }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user