restyle mod dashboard
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
div#c-moderator-dashboards {
|
div#c-moderator-dashboards {
|
||||||
width: 60em;
|
|
||||||
|
|
||||||
div#col1 {
|
div#col1 {
|
||||||
width: 30em;
|
width: 45%;
|
||||||
float: left;
|
float: left;
|
||||||
|
padding-right: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#col2 {
|
div#col2 {
|
||||||
width: 30em;
|
width: 45%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -32,7 +31,7 @@ div#c-moderator-dashboards {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 26em;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ module Moderator
|
|||||||
AND comments.score < 0
|
AND comments.score < 0
|
||||||
AND users.level <= ?
|
AND users.level <= ?
|
||||||
GROUP BY comment_votes.comment_id
|
GROUP BY comment_votes.comment_id
|
||||||
HAVING count(*) >= 3
|
HAVING count(*) >= 3
|
||||||
ORDER BY count(*) DESC
|
ORDER BY count(*) DESC
|
||||||
LIMIT 10
|
LIMIT 10
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Reference in New Issue
Block a user