diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_manage.css | 17 |
1 files changed, 16 insertions, 1 deletions
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 |