mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16763] fix imageset mine pip alignment
PHPBB3-16763
This commit is contained in:
parent
de48b4d2c1
commit
88da57a052
1 changed files with 2 additions and 0 deletions
|
@ -90,11 +90,13 @@ blockquote cite:before,
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
|
top: 50%;
|
||||||
left: 32px;
|
left: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
margin-top: -17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-item-sub {
|
.row-item-sub {
|
||||||
|
|
Loading…
Add table
Reference in a new issue