diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-27 13:50:52 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:20:36 -0800 |
commit | 708622a0bba1656f8538767ab8d0e0260075dddc (patch) | |
tree | de42854e7d218012031ef305565b14dc4d20df1d /phpBB/styles | |
parent | 6837b724a39492154b05dfa993a9eac35d7879e7 (diff) | |
download | forums-708622a0bba1656f8538767ab8d0e0260075dddc.tar forums-708622a0bba1656f8538767ab8d0e0260075dddc.tar.gz forums-708622a0bba1656f8538767ab8d0e0260075dddc.tar.bz2 forums-708622a0bba1656f8538767ab8d0e0260075dddc.tar.xz forums-708622a0bba1656f8538767ab8d0e0260075dddc.zip |
[ticket/11915] Do not display the "Place inline" button when JS is disabled.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/plupload.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css index b296e61e74..b5edea5f15 100644 --- a/phpBB/styles/prosilver/theme/plupload.css +++ b/phpBB/styles/prosilver/theme/plupload.css @@ -32,7 +32,7 @@ float: right; } -#attach-row-tpl { +#attach-row-tpl, .nojs .file-inline-bbcode { display: none; } |