diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-06 13:56:09 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-06 13:56:09 -0700 |
commit | 3c86a9bcca0301176d35ded3f4a8bf8c485f027f (patch) | |
tree | ad1edd8cfe3225fdad39d5feda7b1c90fb5e563d /phpBB/styles/prosilver | |
parent | 6d40d437eb748f72a713dfc75e7ae7c7d8705b27 (diff) | |
parent | 3f0334c107cef7128f9a105fc93bda14453b2a46 (diff) | |
download | forums-3c86a9bcca0301176d35ded3f4a8bf8c485f027f.tar forums-3c86a9bcca0301176d35ded3f4a8bf8c485f027f.tar.gz forums-3c86a9bcca0301176d35ded3f4a8bf8c485f027f.tar.bz2 forums-3c86a9bcca0301176d35ded3f4a8bf8c485f027f.tar.xz forums-3c86a9bcca0301176d35ded3f4a8bf8c485f027f.zip |
Merge remote-tracking branch 'Elsensee/ticket/suheb/12185' into develop-ascraeus
* Elsensee/ticket/suheb/12185:
[ticket/12185] Fix and increase width
[ticket/12185] Fixing the width of topic header for translation.
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index db752d7068..11cc51f954 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -32,7 +32,7 @@ ul.topiclist dt, ul.topiclist dd { ul.topiclist dt { width: 100%; - margin-right: -410px; + margin-right: -440px; font-size: 1.1em; } @@ -49,7 +49,7 @@ ul.topiclist.two-columns dt { } ul.topiclist dt .list-inner { - margin-right: 410px; + margin-right: 440px; padding-left: 5px; padding-right: 5px; } @@ -119,11 +119,11 @@ li.header dt, li.header dd { li.header dt { font-weight: bold; width: 100%; - margin-right: -410px; + margin-right: -440px; } li.header dt .list-inner { - margin-right: 410px; + margin-right: 440px; } li.header dd { @@ -181,6 +181,10 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark { font-size: 1.2em; } +dd.posts, dd.topics, dd.views { + width: 95px; +} + /* List in forum description */ dl.icon dt ol, dl.icon dt ul { |