diff options
| author | Suhaib Khan <suhebjerk@gmail.com> | 2014-02-15 11:40:06 +0530 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-04-26 17:20:25 +0200 |
| commit | 590e1cacbd8aaf4fe4f01354e7da786b3b239703 (patch) | |
| tree | dc6c3bc1e31dc62f7df928ef8c11983cf55fe7fe | |
| parent | 9eedd45aac7670c1fdd4076755b1f807d2587d3d (diff) | |
| download | forums-590e1cacbd8aaf4fe4f01354e7da786b3b239703.tar forums-590e1cacbd8aaf4fe4f01354e7da786b3b239703.tar.gz forums-590e1cacbd8aaf4fe4f01354e7da786b3b239703.tar.bz2 forums-590e1cacbd8aaf4fe4f01354e7da786b3b239703.tar.xz forums-590e1cacbd8aaf4fe4f01354e7da786b3b239703.zip | |
[ticket/12185] Fixing the width of topic header for translation.
PHPBB3-12185
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index d27fb81fee..65d69acdc4 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: -430px; font-size: 1.1em; } @@ -119,7 +119,7 @@ li.header dt, li.header dd { li.header dt { font-weight: bold; width: 100%; - margin-right: -410px; + margin-right: -430px; } li.header dt .list-inner { @@ -181,6 +181,10 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark { font-size: 1.2em; } +dd.topics { + width: 100px; +} + /* List in forum description */ dl.icon dt ol, dl.icon dt ul { |
