diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-07-01 20:46:27 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-21 20:47:16 +0200 |
| commit | 17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d (patch) | |
| tree | e7ff18f5d4d5f9ab613dae65e5a17e376c5e48a0 /phpBB/styles/prosilver/theme | |
| parent | 9e9bdb69b5e00a4993b7ff9a6021044c9ec0c4dc (diff) | |
| download | forums-17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d.tar forums-17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d.tar.gz forums-17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d.tar.bz2 forums-17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d.tar.xz forums-17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d.zip | |
[ticket/16093] Do not display attach-row-tpl
PHPBB3-16093
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/plupload.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css index f466803964..b1f3ae2da8 100644 --- a/phpBB/styles/prosilver/theme/plupload.css +++ b/phpBB/styles/prosilver/theme/plupload.css @@ -3,6 +3,10 @@ margin-bottom: 1em; } +.attach-row-tpl { + display: none; +} + .file-list td { vertical-align: middle; } |
