diff options
Diffstat (limited to 'mod/riverdashboard')
-rw-r--r-- | mod/riverdashboard/views/default/riverdashboard/css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php index ec27f9686..a09a32712 100644 --- a/mod/riverdashboard/views/default/riverdashboard/css.php +++ b/mod/riverdashboard/views/default/riverdashboard/css.php @@ -96,14 +96,14 @@ padding:5px; height:26px; } -.river_comment_form.hidden .input_text { +.river_comment_form.hidden .input-text { width:560px; padding:3px; } -#profile_content .river_comment_form.hidden .input_text { /* when activity is displayed on profile page */ +#profile_content .river_comment_form.hidden .input-text { /* when activity is displayed on profile page */ width:535px; } -.river_comment_form.hidden .submit_button { +.river_comment_form.hidden .submit-button { margin:0 0 0 10px; float:right; } |