aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-27 15:34:23 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:20:36 -0800
commitf858ec1f56431bd1001eb686ccf972ae3577d16c (patch)
tree86e5e118086fa1a4ab85834fb14c61f7648de6cf /phpBB/styles/prosilver/theme
parent9c1cacae42d5d993a004a311089d7ac943002dc5 (diff)
downloadforums-f858ec1f56431bd1001eb686ccf972ae3577d16c.tar
forums-f858ec1f56431bd1001eb686ccf972ae3577d16c.tar.gz
forums-f858ec1f56431bd1001eb686ccf972ae3577d16c.tar.bz2
forums-f858ec1f56431bd1001eb686ccf972ae3577d16c.tar.xz
forums-f858ec1f56431bd1001eb686ccf972ae3577d16c.zip
[ticket/11915] Fix various problems with responsive design.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 397ff12942..bfa2448296 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -499,6 +499,10 @@ fieldset.display-actions {
margin: 0 25px;
}
+.attach-comment dfn {
+ width: 100%;
+}
+
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-center {
@@ -526,4 +530,9 @@ fieldset.display-actions {
display: block;
margin-bottom: 5px;
}
+
+ .attach-controls {
+ margin-top: 5px;
+ width: 100%;
+ }
}