discourse/app/assets/stylesheets/mobile/compose.scss

360 lines
7.1 KiB
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// styles that apply to the reply pane that slides up to compose replies
// hack, this needs to be done cleaner
.private-message input.span8 {
width: 47%;
}
.composer-popup-container {
display: none;
}
.composer-popup {
2013-09-05 15:37:07 -04:00
display: none;
}
2013-09-05 15:37:07 -04:00
#reply-control {
.composer-bottom-right {
2013-09-05 15:37:07 -04:00
position: absolute;
2014-03-30 01:48:59 -04:00
bottom: -37px;
right: 5px;
margin-top: 0;
2013-09-05 15:37:07 -04:00
}
.toggle-preview { display:none; }
.mobile-file-upload {
text-decoration: underline;
}
#draft-status, #file-uploading, .mobile-file-upload {
float: right;
margin-right: 8px;
}
.mobile-file-upload {
2013-09-05 15:37:07 -04:00
text-decoration: underline;
}
#file-uploading {
left: 51%;
font-size: 12px;
color: scale-color($secondary, $lightness: 50%);
2013-09-05 15:37:07 -04:00
}
#draft-status {
color: scale-color($primary, $lightness: 75%);
2013-09-05 15:37:07 -04:00
&.flash {
color: $danger;
2013-09-05 15:37:07 -04:00
}
}
@include transition(height 0.4s ease);
width: 100%;
z-index: 1039;
height: 0;
background-color: scale-color-diff();
bottom: 0;
2013-09-05 15:37:07 -04:00
font-size: 14px;
position: fixed;
.toggler {
display: block;
width: 13px;
height: 13px;
right: 13px;
position: absolute;
font-size: 15px;
color: scale-color($primary, $lightness: 50%);
2013-09-05 15:37:07 -04:00
text-decoration: none;
&:before {
font-family: "FontAwesome";
content: "\f078";
}
}
a.cancel {
text-decoration: underline;
padding-left: 7px;
float: left;
2013-09-05 15:37:07 -04:00
margin-top: 6px;
}
.control-row {
margin: 0 0 0 5px;
}
.saving-text {
display: none;
}
.draft-text {
display: none;
}
.grippie {
display: none;
}
// The various states
&.open {
max-height: 100%; // ensure no overflow e.g. on small Android
height: 270px;
2013-09-05 15:37:07 -04:00
}
&.closed {
height: 0 !important;
2013-09-05 15:37:07 -04:00
}
&.draft {
height: 60px !important;
cursor: pointer;
border-top: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
.draft-text {
display: block;
position: absolute;
margin-right: 40px;
}
.toggler {
&:before {
font-family: "FontAwesome";
content: "\f077";
}
}
}
&.saving {
height: 40px !important;
border-top: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
.saving-text {
display: block;
}
.toggler {
&:before {
font-family: "FontAwesome";
content: "\f00d";
}
}
}
.spinner {
position: absolute;
@include fades-in(0.25s);
@include border-radius-all(10px);
left: 250px;
top: 95px;
height: 100px;
width: 70px;
height: 70px;
text-indent: -9999em;
background: {
2014-05-06 23:53:04 -04:00
color: #000;
2013-09-05 15:37:07 -04:00
image: image-url("spinner_96_w.gif");
repeat: no-repeat;
size: 35px;
position: 17px 17px;
};
}
&.loading {
.spinner {
z-index: 1000;
@include visible;
}
}
.reply-area {
max-width: 1500px;
margin-left: auto;
margin-right: auto;
float: none;
}
2014-03-27 18:44:46 -04:00
// if this is a new topic, make room for the category field in the editor on
// a small screen mobile device
2013-09-05 15:37:07 -04:00
&.edit-title {
&.open {
max-height: 100%; // ensure no overflow e.g. on small Android
height: 250px;
2013-09-05 15:37:07 -04:00
}
.contents {
input#reply-title {
padding: 7px 10px;
2014-03-27 18:44:46 -04:00
margin: 6px 10px 0 0;
2013-09-05 15:37:07 -04:00
}
.wmd-controls {
@include transition(top 0.3s ease);
2014-03-27 18:44:46 -04:00
top: 120px;
2013-09-05 15:37:07 -04:00
}
}
}
.contents {
2014-03-27 18:44:46 -04:00
padding: 10px 10px 0 10px;
2013-09-05 15:37:07 -04:00
min-width: 1280px;
.form-element {
2014-05-11 00:50:03 -04:00
.select2-container {
2013-09-05 15:37:07 -04:00
width: 400px;
margin-top: 6px;
a {
padding-top: 4px;
height: 28px;
}
b {
margin-top: 4px;
}
}
.category-combobox {
width: 430px;
@include medium-width { width: 285px; }
@include small-width { width: 220px; }
2014-05-11 00:50:03 -04:00
.select2-drop {
2013-09-05 15:37:07 -04:00
left: -9000px;
width: 428px;
@include medium-width { width: 283px; }
@include small-width { width: 218px; }
}
2014-05-11 00:50:03 -04:00
.select2-search input {
2013-09-05 15:37:07 -04:00
width: 378px;
@include medium-width { width: 233px; }
@include small-width { width: 168px; }
}
}
}
.edit-reason-input, .display-edit-reason {
display: none;
}
2014-06-03 15:19:18 -04:00
.edit-reason-input {
display: inline-block;
margin-left: 2px;
#edit-reason {
margin: 0;
padding: 2px;
}
}
2013-09-05 15:37:07 -04:00
#reply-title {
margin-right: 10px;
&:disabled {
background-color: scale-color($primary, $lightness: 75%);
2013-09-05 15:37:07 -04:00
}
}
#wmd-input:disabled {
background-color: scale-color($primary, $lightness: 75%);
2013-09-05 15:37:07 -04:00
}
#wmd-input, #wmd-preview {
color: darken($primary, 40%);
}
#wmd-preview {
border: 1px dashed scale-color-diff();
overflow: auto;
visibility: visible;
2013-09-05 15:37:07 -04:00
video {
max-width: 100%;
height: auto;
}
audio {
max-width: 100%;
}
&.hidden {
width: 0;
visibility: hidden;
}
}
#wmd-input {
bottom: 35px;
}
.submit-panel {
position: absolute;
display: block;
2014-03-30 01:48:59 -04:00
bottom: 2px;
2013-09-05 15:37:07 -04:00
}
}
.category-input {
2013-09-05 15:37:07 -04:00
display: inline;
}
.title-input .popup-tip {
width: 240px;
right: 5px;
2013-09-05 15:37:07 -04:00
}
.category-input .popup-tip {
width: 240px;
right: 5px;
}
.textarea-wrapper .popup-tip {
top: 28px;
2013-09-05 15:37:07 -04:00
}
button.btn.no-text {
margin: 7px 0 0 5px;
position: absolute;
}
2013-09-05 15:37:07 -04:00
}
#reply-control.edit-title.private-message {
.wmd-controls {
@include transition(top 0.3s ease);
2014-03-27 18:47:55 -04:00
top: 120px;
2013-09-05 15:37:07 -04:00
}
}
#reply-control {
&.hide-preview {
.wmd-controls {
#wmd-input {
width: 100%;
}
.preview-wrapper {
display: none;
}
.textarea-wrapper {
width: 100%;
}
}
}
.wmd-controls {
2013-09-10 23:56:55 -04:00
left: 10px;
right: 10px;
2013-09-05 15:37:07 -04:00
position: absolute;
2014-03-30 01:48:59 -04:00
top: 40px;
2013-09-05 15:37:07 -04:00
bottom: 54px;
display: block;
// this removes the topmost margin;
// if we don't have this, all posts would have extra space at the top
#wmd-preview > *:first-child {
margin-top: 0 !important;
2013-09-05 15:37:07 -04:00
}
2014-03-27 10:18:48 -04:00
#wmd-input, #wmd-preview-scroller, #wmd-preview {
@include box-sizing(border-box);
2013-09-05 15:37:07 -04:00
width: 100%;
height: 100%;
min-height: 100%;
padding: 7px;
margin: 0;
background-color: $secondary;
2013-09-05 15:37:07 -04:00
word-wrap: break-word;
}
2014-03-27 10:18:48 -04:00
#wmd-input, #wmd-preview-scroller {
2013-09-05 15:37:07 -04:00
position: absolute;
left: 0;
top: 0;
2014-03-27 10:18:48 -04:00
font-size: 16px;
}
#wmd-preview-scroller {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
overflow: scroll;
visibility: hidden;
.marker, .caret {
display: inline-block;
vertical-align: top;
}
2013-09-05 15:37:07 -04:00
}
.textarea-wrapper, .preview-wrapper {
position: relative;
@include box-sizing(border-box);
2013-09-05 15:37:07 -04:00
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
width: 50%;
}
.textarea-wrapper {
padding-right: 5px;
float: left;
.popup-tip {
margin-top: 3px;
right: 4px;
}
}
.preview-wrapper {
padding-left: 5px;
float: right;
}
}
#wmd-button-bar {
display: none;
2013-09-05 15:37:07 -04:00
}
}