Remove the quote post button from pagedown editor when creating a topic and editing About Me in preferences

This commit is contained in:
Neil Lalonde 2014-03-26 10:45:22 -04:00
parent 0f98c1644a
commit 4d0035e7fd
5 changed files with 17 additions and 1 deletions

View file

@ -112,7 +112,7 @@
<div class="control-group"> <div class="control-group">
<label class="control-label">{{i18n user.bio}}</label> <label class="control-label">{{i18n user.bio}}</label>
<div class="controls"> <div class="controls bio-composer">
{{pagedown value=bio_raw}} {{pagedown value=bio_raw}}
</div> </div>
</div> </div>

View file

@ -443,6 +443,10 @@ div.ac-wrap {
} }
} }
#reply-control.topic #wmd-quote-post {
display: none;
}
#reply-control { #reply-control {
&.hide-preview { &.hide-preview {
.wmd-controls { .wmd-controls {

View file

@ -41,6 +41,10 @@
} }
} }
.bio-composer #wmd-quote-post {
display: none;
}
#profile-background-preview { #profile-background-preview {
height: 270px; height: 270px;

View file

@ -358,6 +358,10 @@ div.ac-wrap {
} }
} }
#reply-control.topic #wmd-quote-post {
display: none;
}
#reply-control { #reply-control {

View file

@ -71,6 +71,10 @@
background-size: cover; background-size: cover;
background-color: $secondary_background_color; background-color: $secondary_background_color;
} }
.bio-composer #wmd-quote-post {
display: none;
}
} }
#about-me { #about-me {