diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-15 11:30:01 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-15 11:30:01 -0700 |
commit | 4eb1294a277ade92f9700542a309f4961650f23e (patch) | |
tree | a6ca6fcfa716db9d69ee34196a1813b2d35a55d9 | |
parent | bec9b7c34e63c7485477fa1edc2f6330889cc699 (diff) | |
download | forums-4eb1294a277ade92f9700542a309f4961650f23e.tar forums-4eb1294a277ade92f9700542a309f4961650f23e.tar.gz forums-4eb1294a277ade92f9700542a309f4961650f23e.tar.bz2 forums-4eb1294a277ade92f9700542a309f4961650f23e.tar.xz forums-4eb1294a277ade92f9700542a309f4961650f23e.zip |
[ticket/12551] Float breadcrumbs to the right in RTL languages.
PHPBB3-12551
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 0d5e1cf829..0a1145c5d6 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -112,6 +112,12 @@ padding-right: 10px; } +/* Responsive breadcrumbs +----------------------------------------*/ +.rtl .breadcrumbs .crumb { + float: right; +} + /* Table styles ----------------------------------------*/ .rtl table.table1 thead th { |