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.
31 lines
351 B
SCSS
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;
|
|
}
|
|
}
|