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;
+}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 92ec48b77..15c0ae8a5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -368,13 +368,33 @@ aside li {
clear: both;
}
-
-#profile-edit-links ul {
- list-style-type: none;
+#profile-edit-links {
+ width: $converse_width;
+ padding-top: 15px;
+ padding-bottom: 15px;
}
-#profile-edit-links li {
- margin-top: 10px;
+#profile-edit-links .btn {
+ margin: 0 10px 15px 0;
+}
+
+.profile-import {
+ vertical-align: top;
+ text-align: left;
+}
+
+.profile-import b {
+ color: $link_colour;
+}
+
+.profile-import input {
+ color: $font_colour;
+ border: none;
+}
+
+#profile-edit-drop-link {
+ color: #FFF;
+ font-weight: normal;
}
#profile-like {
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index a20cf0e6a..55b122d9b 100755
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -7,8 +7,8 @@
{{/if}}
{{/if}}
+