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 {
}
}
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;