diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-21 17:11:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-21 17:11:25 +0000 |
commit | 7d5c4370ef18072c936cde31b095f207056bc06b (patch) | |
tree | 8c97bae28126f6dafe2e3f5506e611a65dbf0caf /h-source/Public | |
parent | 2c3856df1196c92db2cf7e76f8d523f9bdd44177 (diff) |
no public notice is left where a message is deleted by a moderator
Diffstat (limited to 'h-source/Public')
-rwxr-xr-x | h-source/Public/Css/website.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index aacedba..75509e3 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -17,7 +17,7 @@ img border:0px; } -.message_view_description li, .issues_view_description li +.message_view_description li, .issues_view_description li, .talk_message_item_content li, .message_view_description_hidden li { margin-left:1em; } @@ -786,7 +786,7 @@ ins padding:3px 0px; margin-top:10px; /* background:#E6E6FA; */ - width:400px; + width:450px; } .formEntry { @@ -794,7 +794,7 @@ ins } .formEntry input,.formEntry textarea { - width:400px; + width:450px; padding:3px; border: 1px solid #CECECE; } @@ -805,7 +805,7 @@ ins .formClass { margin:10px; margin-right:-40px; - width:400px; + width:450px; } .inputEntry { |