2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX: keeps as much as possible the same api for select-box components

This commit is contained in:
Joffrey JAFFEUX 2017-09-09 20:29:07 +02:00 committed by GitHub
parent e6d3bbfa1d
commit 950b9e9eaf
28 changed files with 68 additions and 70 deletions

View file

@ -16,10 +16,12 @@
}

.select-box {
float: right;
margin-top: 0;
margin-left: 5px;
position: relative;
align-self: center;

&.categories-admin-dropdown, &.category-notifications-button, &.tag-notifications-button {
float: right;
margin-left: 8px;
}
}
}


View file

@ -123,7 +123,7 @@
}

.topic-unsubscribe {
.notification-options {
.notifications-button {
display: inline-block;
float: none;
line-height: 2em;