diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 22:36:35 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 22:36:35 +0100 |
commit | ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143 (patch) | |
tree | e2994c84f5e1a7f3ddb27839dfbce0082077f3eb /phpBB/styles/prosilver/theme | |
parent | 89f0e4d54f5306a88260525e27204fae858a3fc5 (diff) | |
download | forums-ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143.tar forums-ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143.tar.gz forums-ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143.tar.bz2 forums-ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143.tar.xz forums-ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143.zip |
[ticket/14772] Add rtl definition for .topic-poster and small margin
PHPBB3-14772
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 4 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f09493ab3b..5e9b4cfb2d 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -261,6 +261,10 @@ margin-right: 0; } +.rtl .topic-poster { + float: right; + padding-left: 0.5em; +} /* Action Bar styles ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index e2211457ed..4765230f6c 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -878,6 +878,7 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; + margin-top: 0.3em; } .row .pagination > ul { @@ -893,6 +894,7 @@ fieldset.fields1 dl.pmlist dd.recipients { .topic-poster { float: left; padding-right: 0.5em; + margin-top: 0.3em; } /* jQuery popups |