mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/13713] Fix Firefox style issue and add comments
PHPBB3-13713
This commit is contained in:
parent
2d08e570f7
commit
652e5e0753
2 changed files with 4 additions and 2 deletions
|
@ -1694,7 +1694,7 @@ fieldset.submit-buttons legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
.atwho-view-ul { /* mention-list */
|
.atwho-view-ul { /* mention-list */
|
||||||
overflow: auto;
|
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1760,6 +1760,7 @@ svg { /* TODO: remove it after general normalization */
|
||||||
|
|
||||||
.mention-name {
|
.mention-name {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
margin-right: 20px; /* needed to account for scrollbar bug on Firefox for Windows */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention-rank {
|
.mention-rank {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.atwho-view-ul { /* mention-list */
|
.atwho-view-ul { /* mention-list */
|
||||||
overflow: auto;
|
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -73,6 +73,7 @@ svg { /* TODO: remove it after general normalization */
|
||||||
|
|
||||||
.mention-name {
|
.mention-name {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
margin-right: 20px; /* needed to account for scrollbar bug on Firefox for Windows */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention-rank {
|
.mention-rank {
|
||||||
|
|
Loading…
Add table
Reference in a new issue