This should fix the preview allignment permantly.

This commit is contained in:
jeroenpraat 2014-04-18 15:08:16 +00:00
parent 59eb3b3351
commit 2ac7fb49b6
2 changed files with 5 additions and 2 deletions

View File

@ -2291,7 +2291,10 @@ blockquote {
.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
text-decoration: none;
z-index: 0;
}
.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active {
margin-right: 1px;
}
@media screen and (max-width: 767px) {

View File

@ -81,7 +81,7 @@
</button>
{{/if}}
{{if $preview}}
<button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}">
<button class="btn btn-default btn-sm btn-preview" onclick="preview_post();return false;" title="{{$preview}}">
<i class="icon-eye-open jot-icons" ></i>
</button>
{{/if}}