diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 946a9f942..99ce207e1 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -718,6 +718,31 @@ input[type="submit"] { padding:0px 10px 20px 20px; } + +/* *************************************** + RIVER +*************************************** */ +.river_item p { + margin:0; + padding:0 0 0 20px; +} +.river_item { + border-bottom:1px solid #dddddd; + padding:2px 0 2px 0; +} +.river_item_time { + font-size:smaller; + color:#666666; +} +.river_user_login { + background: url(<?php echo $vars['url']; ?>_graphics/dummy_river_icon.gif) no-repeat left top; +} +.river_user_update { + background: url(<?php echo $vars['url']; ?>_graphics/dummy_river_icon.gif) no-repeat left top; +} + + + /* *************************************** END *************************************** */ |