mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/14295]Fix spacing
PHPBB3-14295
This commit is contained in:
@@ -1004,23 +1004,10 @@ div.rules ul, div.rules ol {
|
|||||||
p.post-notice {
|
p.post-notice {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
padding-left: 26px;
|
|
||||||
min-height: 14px;
|
min-height: 14px;
|
||||||
margin-bottom: 1em;
|
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 {
|
form > p.post-notice strong {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user