mirror of
https://github.com/flarum/core.git
synced 2025-07-07 10:04:44 +02:00
Give PostEdited default cursor; make info slightly more compact
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
> li {
|
> li {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 10px;
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -226,6 +226,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.PostEdited {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.EventPost-icon {
|
.EventPost-icon {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user