aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-11-01 20:42:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-11-01 20:42:44 +0000
commit049e37619a1ea7de4eed2695139645d6d6b9f397 (patch)
treeaac510dfdcc9e771cd3448cc0f45e7a6fdfc0665 /h-source/Public
parentb006de42300a5671544e6fd3ea20ae7ce96da933 (diff)
moderators can now block/unblock users - part 1
Diffstat (limited to 'h-source/Public')
-rwxr-xr-xh-source/Public/Css/website.css25
-rwxr-xr-xh-source/Public/Img/H2O/im-ban-user.pngbin0 -> 1258 bytes
-rwxr-xr-xh-source/Public/Img/H2O/im-user.pngbin0 -> 1109 bytes
3 files changed, 22 insertions, 3 deletions
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
--- /dev/null
+++ b/h-source/Public/Img/H2O/im-ban-user.png
Binary files 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
--- /dev/null
+++ b/h-source/Public/Img/H2O/im-user.png
Binary files differ