mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
clean up mobile topic buttons styles a bit more
This commit is contained in:
parent
e7031859ef
commit
76ebe40b15
1 changed files with 10 additions and 12 deletions
|
@ -22,12 +22,8 @@ span.badge-posts {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
button.create {
|
||||
float: right !important;
|
||||
margin-right: 0;
|
||||
color: $primary;
|
||||
padding-right: 7px;
|
||||
nav.post-controls {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -36,7 +32,8 @@ button {
|
|||
padding: 8px 10px;
|
||||
vertical-align: top;
|
||||
background: transparent;
|
||||
float: left !important;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
float: left;
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -47,6 +44,12 @@ button {
|
|||
margin:10px 0 10px 0;
|
||||
}
|
||||
&.has-like {color: $love;}
|
||||
&.create {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
color: $primary;
|
||||
padding-right: 7px;
|
||||
}
|
||||
.read-icon {
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
|
@ -65,11 +68,6 @@ button {
|
|||
}
|
||||
}
|
||||
|
||||
nav.post-controls {
|
||||
clear: both;
|
||||
button { color: scale-color($primary, $lightness: 50%) };
|
||||
}
|
||||
|
||||
|
||||
.post-admin-menu {
|
||||
background-color: $secondary;
|
||||
|
|
Loading…
Reference in a new issue