1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/13713] Implement ranks

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-01 18:46:39 +03:00
committed by Marc Alexander
parent a176be4c1d
commit f775c1e79d
8 changed files with 55 additions and 12 deletions

View File

@@ -937,7 +937,7 @@
}
.mention-avatar {
right: 8px;
right: 7px;
left: auto;
}

View File

@@ -287,7 +287,7 @@ fieldset.submit-buttons input {
/* Mention dropdown */
.atwho-container .atwho-view {
font-size: 12px;
min-width: 300px;
min-width: 260px;
}
.atwho-container .atwho-view ul li {
@@ -304,11 +304,17 @@ fieldset.submit-buttons input {
border-radius: 100%;
position: absolute;
top: 50%;
left: 8px;
left: 7px;
display: inline-block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-top: -16px;
}
.mention-rank {
font-size: 10px;
display: block;
margin-top: 2px;
}
/* Input field styles