diff options
author | friendica <info@friendica.com> | 2014-08-06 22:47:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 22:47:52 -0700 |
commit | f475317dbae8642a2ac77212fe700fbd62a98437 (patch) | |
tree | abd9a470f79464f8266735ae019b205ae34fe009 /view | |
parent | 2cff122d6ffcd47e42593d22c1c8d19f45ee91ef (diff) | |
download | volse-hubzilla-f475317dbae8642a2ac77212fe700fbd62a98437.tar.gz volse-hubzilla-f475317dbae8642a2ac77212fe700fbd62a98437.tar.bz2 volse-hubzilla-f475317dbae8642a2ac77212fe700fbd62a98437.zip |
extra room for long names on mod_manage - stylise the forbidden sign a wee bit
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_manage.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 159707e40..161b46757 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -34,7 +34,8 @@ } #all-channels .channel-selection { - width: 10em; + width: 12em; + height: 16em; float: left; margin: 0 15px 15px 0; } |