From 049e37619a1ea7de4eed2695139645d6d6b9f397 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 1 Nov 2010 20:42:44 +0000 Subject: moderators can now block/unblock users - part 1 --- h-source/Public/Css/website.css | 25 ++++++++++++++++++++++--- h-source/Public/Img/H2O/im-ban-user.png | Bin 0 -> 1258 bytes h-source/Public/Img/H2O/im-user.png | Bin 0 -> 1109 bytes 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100755 h-source/Public/Img/H2O/im-ban-user.png create mode 100755 h-source/Public/Img/H2O/im-user.png (limited to 'h-source/Public') diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 01e35c9..0f50c7d 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1325,7 +1325,7 @@ ins width:500px; } -.hide_general +.hide_general, .block_general { float:right; margin-left:10px; @@ -1338,6 +1338,11 @@ ins margin-right:5px; margin-bottom:-2px; } +.block_general img +{ + margin-right:5px; + margin-bottom:-5px; +} .language_links_box ul { overflow:hidden; @@ -1394,7 +1399,7 @@ ins { display:none; } -.details_of_hidden_message_inner, .details_of_actions_inner +.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user { margin:10px 0px; background:#fbfbfb; @@ -1406,7 +1411,11 @@ ins background:#ecfffe; border:1px solid #7ed0cb; } - +.details_of_actions_inner_user +{ +/* background:#F6EA99; */ +/* border:1px solid #F65637; */ +} .md_type { display:none; @@ -1445,4 +1454,14 @@ ins background:#F1D8D8; border-bottom:1px solid #DC143C; border-top:1px solid #DC143C; +} + +.moderator_box +{ + overflow:hidden; +/* height:20px; */ + padding:10px; + margin:5px 5px 25px 5px; + background:#fbd59a; + border:1px solid #f65637; } \ No newline at end of file diff --git a/h-source/Public/Img/H2O/im-ban-user.png b/h-source/Public/Img/H2O/im-ban-user.png new file mode 100755 index 0000000..3771291 Binary files /dev/null and b/h-source/Public/Img/H2O/im-ban-user.png differ diff --git a/h-source/Public/Img/H2O/im-user.png b/h-source/Public/Img/H2O/im-user.png new file mode 100755 index 0000000..69de2e4 Binary files /dev/null and b/h-source/Public/Img/H2O/im-user.png differ -- cgit v1.2.3