aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_manage.css4
-rw-r--r--view/js/main.js6
2 files changed, 7 insertions, 3 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
diff --git a/view/js/main.js b/view/js/main.js
index 060cf6884..974f5f971 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -602,9 +602,9 @@ function updateConvItems(mode,data) {
if($(this).height() > divmore_height + 10) {
if(! $(this).hasClass('divmore')) {
$(this).readmore({
- collapsedHeight: divmore_height,
- moreLink: '<a href="#">'+aStr['divgrowmore']+'</a>',
- lessLink: '<a href="#">'+aStr['divgrowless']+'</a>',
+ collapsedHeight: divmore_height,
+ moreLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowmore']+'</a>',
+ lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'
});
$(this).addClass('divmore');
}