aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-27 13:50:52 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:20:36 -0800
commit708622a0bba1656f8538767ab8d0e0260075dddc (patch)
treede42854e7d218012031ef305565b14dc4d20df1d /phpBB/styles
parent6837b724a39492154b05dfa993a9eac35d7879e7 (diff)
downloadforums-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.css2
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;
}