aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-17 08:45:40 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-17 08:45:40 +0000
commita51e3350ef1a1fff6957e2fec58061a9c839b3e9 (patch)
tree040167ae30738e642dd1d062ac5d98ac39b6cb03 /views/default/css.php
parentbb48acbf775fe7f77d3ba7ae227492c0be7f5716 (diff)
downloadelgg-a51e3350ef1a1fff6957e2fec58061a9c839b3e9.tar.gz
elgg-a51e3350ef1a1fff6957e2fec58061a9c839b3e9.tar.bz2
activity stream basic style applied, and plugin reorder links adjusted
git-svn-id: https://code.elgg.org/elgg/trunk@2277 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php
index ce8492668..22aa056c4 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1013,6 +1013,16 @@ p.user_menu_friends_of {
/* ***************************************
RIVER
*************************************** */
+.activity_item p {
+ margin:0;
+ padding:2px 0 0 0;
+ line-height:1.1em;
+ min-height:17px;
+}
+.activity_item .activity_item_time {
+ font-size:90%;
+ color:#666666;
+}
#river {
border-top:1px solid #dddddd;
}
@@ -1210,6 +1220,14 @@ table.search_gallery {
margin:0 0 10px 0;
padding:5px 10px 5px 10px;
}
+.admin_plugin_reorder {
+ float:right;
+ width:200px;
+ text-align: right;
+}
+.admin_plugin_reorder a {
+ padding-left:10px;
+}
.active {
border:1px solid #00cc00;
background:#ccffcc;