UX: Fix the PM title icon alignment (#13214)
No extra margin to the left of the input, and the icon is one pixel lower.
This commit is contained in:
parent
8085fc6d39
commit
be92f4e959
|
@ -224,11 +224,6 @@ a.badge-category {
|
|||
height: 0.95em;
|
||||
}
|
||||
|
||||
.private-message-glyph-wrapper {
|
||||
float: left;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.private_message {
|
||||
#topic-title {
|
||||
.edit-topic-title {
|
||||
|
@ -236,7 +231,7 @@ a.badge-category {
|
|||
.private-message-glyph {
|
||||
position: absolute;
|
||||
left: 0.75em;
|
||||
top: 6px;
|
||||
top: 7px;
|
||||
}
|
||||
#edit-title {
|
||||
width: calc(100% - 50px);
|
||||
|
|
Loading…
Reference in New Issue