diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2017-09-15 10:05:08 +0200 |
---|---|---|
committer | Máté Bartus <mate.bartus@gmail.com> | 2017-09-15 10:05:08 +0200 |
commit | 969048293d4512b8347187808c096422f5c5e13f (patch) | |
tree | 35e4ec51244aaaac5c155103a0ed52d92076a802 | |
parent | b1e37871978702910fbe75acc019268c44bb026b (diff) | |
parent | 78c9d07a7b7834cde4024c368149a7723d4ee493 (diff) | |
download | forums-969048293d4512b8347187808c096422f5c5e13f.tar forums-969048293d4512b8347187808c096422f5c5e13f.tar.gz forums-969048293d4512b8347187808c096422f5c5e13f.tar.bz2 forums-969048293d4512b8347187808c096422f5c5e13f.tar.xz forums-969048293d4512b8347187808c096422f5c5e13f.zip |
Merge pull request #4956 from hanakin/ticket/15271
[ticket/15271] align forum and topic row columns
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index c34e01d0ae..3040282b90 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -131,6 +131,8 @@ li.header dl.row-item dt .list-inner { } /* Forum list column styles */ +.row .list-inner { padding: 4px 0; } + dl.row-item { background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; |