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:
parent
e6d3bbfa1d
commit
950b9e9eaf
28 changed files with 68 additions and 70 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
}
|
||||
|
||||
.topic-unsubscribe {
|
||||
.notification-options {
|
||||
.notifications-button {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
line-height: 2em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue