diff options
author | Cesar G <prototech91@gmail.com> | 2014-03-02 14:24:07 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-03-02 14:24:07 -0800 |
commit | 9dee0647bf004e04a09162e0bca73be1039e1ab6 (patch) | |
tree | ecd27f060f1a1b214e55ed6b823f590ee6d8a0d0 | |
parent | bb09cebb880ace4b6999d84d6db1dfcee435c05f (diff) | |
parent | 2f31e79445cc9f353f41f1860424e056617932a6 (diff) | |
download | forums-9dee0647bf004e04a09162e0bca73be1039e1ab6.tar forums-9dee0647bf004e04a09162e0bca73be1039e1ab6.tar.gz forums-9dee0647bf004e04a09162e0bca73be1039e1ab6.tar.bz2 forums-9dee0647bf004e04a09162e0bca73be1039e1ab6.tar.xz forums-9dee0647bf004e04a09162e0bca73be1039e1ab6.zip |
Merge remote-tracking branch 'Crizz0/ticket/9255' into develop
* Crizz0/ticket/9255:
[ticket/9255] Changed overflow-x to overflow-y
[ticket/9255] Added max-height and overflow-x to cp-mini in cp.css
-rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index bf235b3fb5..61df82c0ce 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -357,6 +357,8 @@ ul.cplist { /* Friends list */ .cp-mini { margin: 10px 15px 10px 5px; + max-height: 200px; + overflow-y: auto; padding: 5px 10px; border-radius: 7px; } |