few more mobile editor tweaks

This commit is contained in:
Jeff Atwood 2014-10-11 05:29:50 -07:00
parent bf5ef3aec3
commit ab83fbff89
2 changed files with 7 additions and 7 deletions

View file

@ -169,7 +169,7 @@ pre.onebox code ol.lines li:before {
pre.onebox code ol{ pre.onebox code ol{
margin-left:0px; margin-left:0px;
line-height:1.5em; line-height:1.5em;F
} }
pre.onebox code li{ pre.onebox code li{
background-color:#fff; background-color:#fff;

View file

@ -14,9 +14,10 @@ display: none;
} }
#reply-control { #reply-control {
// used for upload link
.composer-bottom-right { .composer-bottom-right {
position: absolute; position: absolute;
bottom: -47px; bottom: -32px;
right: -5px; right: -5px;
} }
.toggle-preview { display:none; } .toggle-preview { display:none; }
@ -126,13 +127,13 @@ display: none;
} }
.contents { .contents {
input#reply-title { input#reply-title {
padding: 7px 10px; padding: 5px;
margin: 6px 10px 0 0; margin: 6px 10px 0 0;
width: 92%; width: 94%;
} }
.wmd-controls { .wmd-controls {
@include transition(top 0.3s ease); @include transition(top 0.3s ease);
top: 120px; top: 110px;
} }
} }
} }
@ -221,10 +222,9 @@ display: none;
right: 10px; right: 10px;
position: absolute; position: absolute;
top: 40px; top: 40px;
bottom: 64px; bottom: 50px;
display: block; display: block;
#wmd-input { #wmd-input {
width: 100%; width: 100%;
height: 100%; height: 100%;