aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-11 13:04:38 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-11 13:04:38 +0000
commita8e680230b2ca66cd1d95aaac228ed0c3a0d77ad (patch)
treee3abaa8ee8f18e99692480f93c9452cf9e079329 /mod/thewire/views/default/thewire
parent8f0161a9d382b5610326576a6f572d0beb8c3e03 (diff)
downloadelgg-a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad.tar.gz
elgg-a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad.tar.bz2
Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up.
git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/views/default/thewire')
-rw-r--r--mod/thewire/views/default/thewire/css.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php
index 9f460458d..6cd92dd99 100644
--- a/mod/thewire/views/default/thewire/css.php
+++ b/mod/thewire/views/default/thewire/css.php
@@ -96,5 +96,7 @@
right:5px;
}
-
-
+/* river wire entry */
+.river_item .reply_link {
+ display:block;
+}