diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 18 |
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; |