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.
16 lines
210 B
SCSS
16 lines
210 B
SCSS
div#c-wiki-pages {
|
|
#a-new {
|
|
div.notice {
|
|
font-size: 0.8em;
|
|
padding: 1em;
|
|
margin: 1em 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wiki-other-name {
|
|
background-color: #EEE;
|
|
padding: 3px;
|
|
border-radius: 3px;
|
|
}
|