Files
danbooru/app/javascript/src/styles/specific/moderator_dashboard.scss
evazion 49d38d6256 views: fix positioning of form hints.
Position <span class="hint"> elements to the right of normal <input>
elements and underneath <textarea> elements. Fixes form hints being
badly positioned on some pages.
2019-09-10 14:30:49 -05:00

31 lines
351 B
SCSS

div#c-moderator-dashboards {
div#col1 {
width: 45%;
float: left;
padding-right: 5%;
}
div#col2 {
width: 45%;
float: left;
}
div.activity {
margin-bottom: 1em;
}
table {
width: 100%;
}
caption {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}
th {
text-align: left;
}
}