minor mobile editor tweaks

This commit is contained in:
Jeff Atwood 2014-10-11 05:08:25 -07:00
parent 5dbf707cb3
commit bf5ef3aec3
2 changed files with 5 additions and 13 deletions

View File

@ -16,9 +16,8 @@ display: none;
#reply-control {
.composer-bottom-right {
position: absolute;
bottom: -37px;
right: 5px;
margin-top: 0;
bottom: -47px;
right: -5px;
}
.toggle-preview { display:none; }
.mobile-file-upload {
@ -138,7 +137,7 @@ display: none;
}
}
.contents {
padding: 10px 10px 0 10px;
padding: 8px 5px 0 5px;
.form-element {
.select2-container {
width: 99%;
@ -222,7 +221,7 @@ display: none;
right: 10px;
position: absolute;
top: 40px;
bottom: 54px;
bottom: 64px;
display: block;
@ -234,12 +233,12 @@ display: none;
margin: 0;
background-color: $secondary;
word-wrap: break-word;
box-sizing: border-box;
}
#wmd-input {
position: absolute;
left: 0;
top: 0;
font-size: 16px;
}
.textarea-wrapper {
position: relative;

View File

@ -419,19 +419,12 @@ background-color: scale-color($danger, $lightness: 75%);
border-right: 0;
padding-right: 4px;
padding-left: 5px;
border-radius: 4px 0 0 4px;
}
.deleted-user-avatar {
font-size: 36px;
}
.staff a {
border-radius: 4px;
padding: 4px;
margin: -4px 0 0 -4px;
}
span.btn-text {display: none;}
blockquote {