aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-05 20:57:30 -0800
committerfriendica <info@friendica.com>2015-01-05 20:57:30 -0800
commit43f43d78cf9dba9a4c8b9ac1e54484901b3a7bcd (patch)
tree6795d7551b1629defef841e516e0eff042e4838d /view/css
parent3185bfe3ca131d471b8fcdc0c94abf1a114486c7 (diff)
downloadvolse-hubzilla-43f43d78cf9dba9a4c8b9ac1e54484901b3a7bcd.tar.gz
volse-hubzilla-43f43d78cf9dba9a4c8b9ac1e54484901b3a7bcd.tar.bz2
volse-hubzilla-43f43d78cf9dba9a4c8b9ac1e54484901b3a7bcd.zip
regression: need float clear on manage page so footer doesn't end up floated,
add default value to features so that features can be created that are default enabled, or modified later to default enabled without requiring a system config to accomplish this.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_manage.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css
index bb7ef566d..fbe4a672a 100644
--- a/view/css/mod_manage.css
+++ b/view/css/mod_manage.css
@@ -51,3 +51,7 @@
.selected-channel img {
border: 2px solid #ff0000;
}
+
+.channels-end {
+ clear: both;
+} \ No newline at end of file