1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

[ticket/14295]Fix spacing

PHPBB3-14295
This commit is contained in:
Michael Miday 2015-11-24 18:38:48 +01:00
parent 0b444814e5
commit 9225507c45

View File

@ -1004,23 +1004,10 @@ div.rules ul, div.rules ol {
p.post-notice {
position: relative;
padding: 5px;
padding-left: 26px;
min-height: 14px;
margin-bottom: 1em;
}
p.post-notice:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 28px;
background: transparent none 50% 50% no-repeat;
pointer-events: none;
}
form > p.post-notice strong {
line-height: 20px;
}