2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 17:43:01 +08:00

UX: Better alignment on group page.

This commit is contained in:
Guo Xiang Tan 2016-06-28 08:33:11 +08:00
parent dc09b9f8d6
commit 156953bc55
No known key found for this signature in database
GPG key ID: 19C321C8952B0F72

View file

@ -126,8 +126,7 @@
float: left;
}
button {
margin-top: 3px;
margin-left: 10px;
margin-top: 5px;
}
#user-search-selector {
width: 400px;
@ -249,7 +248,7 @@
&.group {
.details {
padding: 15px;
padding: 15px 0px;
margin: 0;
color: dark-light-choose(lighten($primary, 10%), $secondary);
}