clean up mobile topic buttons styles a bit more

This commit is contained in:
Jeff Atwood 2014-07-20 02:36:26 -07:00
parent e7031859ef
commit 76ebe40b15

View file

@ -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;