mobile: fixed quote control jump

This commit is contained in:
Kris Aubuchon 2013-09-20 17:28:00 -04:00
parent 79b8991ed8
commit 67c2560f8c
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ span.badge-posts {
}
}
button.create {
float: right !important;
border: 1px solid #888;
@ -449,6 +451,8 @@ blockquote {
margin-left: 8px;
color: #323232;
font-family: "FontAwesome";
position: relative;
z-index: 20;
}
.back:before {
content: "\f062";