aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-11-25 20:33:21 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-11-25 20:33:21 +0100
commit797b0c4058531d6434134a27019b7aa9e008b172 (patch)
tree97ecaa91b05e374c3912dda61422aff4fa13e226 /phpBB/styles/prosilver/theme
parent290e23fb2dd7c9bfca76750cc45b9d532e1796a0 (diff)
parente0893c27a21bf5cd5dfa50ecbae4c8c3256f8317 (diff)
downloadforums-797b0c4058531d6434134a27019b7aa9e008b172.tar
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.gz
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.bz2
forums-797b0c4058531d6434134a27019b7aa9e008b172.tar.xz
forums-797b0c4058531d6434134a27019b7aa9e008b172.zip
Merge pull request #4034 from hanakin/ticket/14295
[ticket/14295]Add approval icon
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css1
-rw-r--r--phpBB/styles/prosilver/theme/common.css13
2 files changed, 0 insertions, 14 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index fc2cd3e29a..a6d4bef6f4 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -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 {
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index af8fa33632..ef6a07cebb 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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;
}