mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Update style.css
This commit is contained in:
parent
323f7c6198
commit
4d3444c624
@ -218,8 +218,12 @@ input[type=submit] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-profile-picture {
|
.user-profile-picture {
|
||||||
width: 25px;
|
min-width: 25px;
|
||||||
height: 23px;
|
max-width: 25px;
|
||||||
|
|
||||||
|
min-height: 23px;
|
||||||
|
max-height: 23px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
@ -312,6 +316,7 @@ table {
|
|||||||
|
|
||||||
.table-username {
|
.table-username {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
Loading…
Reference in New Issue
Block a user