* Renamed moderator/post/dashboard to moderator/post/queue
* Fixed bug with more overlay links being out of place if news listing is closed
This commit is contained in:
26
app/assets/stylesheets/specific/mod_queue.css.scss
Normal file
26
app/assets/stylesheets/specific/mod_queue.css.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div#c-moderator-post-queues {
|
||||
article {
|
||||
margin-bottom: 4em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
aside {
|
||||
float: left;
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
section {
|
||||
float: left;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
div#moderation-guideline {
|
||||
width: 60em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user