mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav.post-controls {
|
||||||
button.create {
|
clear: both;
|
||||||
float: right !important;
|
|
||||||
margin-right: 0;
|
|
||||||
color: $primary;
|
|
||||||
padding-right: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@ -36,7 +32,8 @@ button {
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
float: left !important;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
float: left;
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -47,6 +44,12 @@ button {
|
||||||
margin:10px 0 10px 0;
|
margin:10px 0 10px 0;
|
||||||
}
|
}
|
||||||
&.has-like {color: $love;}
|
&.has-like {color: $love;}
|
||||||
|
&.create {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
color: $primary;
|
||||||
|
padding-right: 7px;
|
||||||
|
}
|
||||||
.read-icon {
|
.read-icon {
|
||||||
&:before {
|
&:before {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
|
@ -65,11 +68,6 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.post-controls {
|
|
||||||
clear: both;
|
|
||||||
button { color: scale-color($primary, $lightness: 50%) };
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.post-admin-menu {
|
.post-admin-menu {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
|
Loading…
Reference in a new issue