mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: styling of bouncing validation errors in composer was broken
This commit is contained in:
parent
443caaa8f7
commit
212d580745
2 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
color: $primary;
|
color: $primary;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-left: 4px;
|
margin: 0 0 0 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.close:hover {
|
.close:hover {
|
||||||
|
|
|
@ -244,6 +244,9 @@ display: none;
|
||||||
.category-input {
|
.category-input {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
.popup-tip .close {
|
||||||
|
padding: 0 2px 2px 8px; // so my fingers can touch the little x
|
||||||
|
}
|
||||||
.title-input .popup-tip {
|
.title-input .popup-tip {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
|
|
Loading…
Reference in a new issue