diff options
author | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
commit | 0903d57311dd02f1029cc879da71b3c4bb0e58cb (patch) | |
tree | 85f6b4537b36da37b0dccfb72d839f558227b026 /view/css | |
parent | 22312b9577c38c5adebf74bf353500225ab48b20 (diff) | |
parent | d2a7b5babef88fc92212ad071daaf73461b35c90 (diff) | |
download | volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.gz volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.bz2 volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_manage.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 5813214d7..159707e40 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -25,8 +25,7 @@ #selected-channel .channel-selection { clear: both; - width: 120px; - margin: 0px auto 0px auto; + margin: 0 auto 0 auto; } .channel-selection-default { @@ -35,9 +34,9 @@ } #all-channels .channel-selection { - width: 120px; + width: 10em; float: left; - margin-bottom: 15px; + margin: 0 15px 15px 0; } .channels-end { clear: both; @@ -49,7 +48,13 @@ } .channel-selection-name-link .channel-name { - width: 120px; - height: 18px; + padding-top: 10px; + text-align: left; + word-wrap: break-word; overflow: hidden; -}
\ No newline at end of file +} + +.channels-notifications-wrapper { + clear: both; + padding-top: 10px; +} |