aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-12 03:05:55 -0800
committerfriendica <info@friendica.com>2014-02-12 03:05:55 -0800
commitba360b434714311baacf9b692f838e1d9490925c (patch)
tree4b8c68944da3286b282f6ba05821e5d1126fec4f /view/css
parent2fefbfdea320efcbaf5a737d39ce4f930533811b (diff)
downloadvolse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.tar.gz
volse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.tar.bz2
volse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.zip
ui improvements on the manage page
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_manage.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css
index 58f9d3159..4780820ba 100644
--- a/view/css/mod_manage.css
+++ b/view/css/mod_manage.css
@@ -1,8 +1,7 @@
#channels-selected {
color: #666666;
- font-size: 1.2em;
- width: 120px;
- margin: 20px auto 10px auto;
+ font-size: 0.8em;
+
}
#channels-desc {
@@ -12,9 +11,16 @@
margin-bottom: 20px;
}
+.channels-break {
+ margin-bottom: 15px;
+}
#selected-channel {
- width: 200px;
- margin: 0px auto 0px auto;
+ float: left;
+ margin-left: 0;
+}
+
+.channels-end.selected {
+ clear: both;
}
#selected-channel .channel-selection {
@@ -31,6 +37,7 @@
#all-channels .channel-selection {
width: 120px;
float: left;
+ margin-bottom: 15px;
}
.channels-end {
clear: both;