diff options
author | Crizzo <mail@crizzo.de> | 2014-03-02 20:59:59 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-02 20:59:59 +0100 |
commit | 8e3b13d5c5fa0ff41166a8b3b5b413077e448f64 (patch) | |
tree | 8420495320d6c5bcd9ef40b2bb655b32055d79a2 /phpBB/styles | |
parent | 6152d6c41e47a69263d127e2953c0a74cf711171 (diff) | |
download | forums-8e3b13d5c5fa0ff41166a8b3b5b413077e448f64.tar forums-8e3b13d5c5fa0ff41166a8b3b5b413077e448f64.tar.gz forums-8e3b13d5c5fa0ff41166a8b3b5b413077e448f64.tar.bz2 forums-8e3b13d5c5fa0ff41166a8b3b5b413077e448f64.tar.xz forums-8e3b13d5c5fa0ff41166a8b3b5b413077e448f64.zip |
[ticket/9255] Added max-height and overflow-x to cp-mini in cp.css
PHPBB3-9255
Diffstat (limited to 'phpBB/styles')
-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..cdf64c7236 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-x: auto; padding: 5px 10px; border-radius: 7px; } |