From 1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Nov 2012 17:06:34 -0700 Subject: add current selection to channel manager --- view/css/mod_manage.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 5f06e5064..921ddfc8f 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -1,14 +1,29 @@ - +#channels-selected { + margin-top: 20px; + margin-bottom: 10px; +} #channels-desc { + color: #888888; + font-size: 1.2em; margin-top: 15px; margin-bottom: 20px; } +.channel-selection-primary { + font-size: 0.8em; + margin-bottom: 10px; +} + .channel-selection { width: 120px; float: left; } .channels-end { clear: both; +} + +.channel-selection-name-link { + font-size: 1.2em; + margin-top: 10px; } \ No newline at end of file -- cgit v1.2.3