1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 00:32:57 +02:00

Merge pull request #4034 from hanakin/ticket/14295

[ticket/14295]Add approval icon
This commit is contained in:
Marc Alexander
2015-11-25 20:33:21 +01:00
5 changed files with 5 additions and 18 deletions

View File

@@ -454,7 +454,6 @@ li.breadcrumbs span:first-child > a {
.rtl p.post-notice {
padding-left: 5px;
padding-right: 26px;
}
.rtl p.post-notice:before {

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;
}