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

227 lines
3.6 KiB
SCSS
Raw Normal View History

.post-info a {
color: #aaa;
}
2013-09-05 15:37:07 -04:00
.topic-meta-data-inside {
float: right;
margin-top: -38px;
margin-right: 5px;
2013-09-05 15:37:07 -04:00
}
.post-info {
display: inline-block;
2013-09-05 15:37:07 -04:00
}
#topic-title {
//margin-bottom: 20px;
margin: 0 60px 10px 0;
h1 {
2018-01-12 17:27:38 -05:00
font-size: $font-up-3;
line-height: $line-height-medium;
2014-07-01 04:15:16 -04:00
a {
color: $primary;
vertical-align: middle;
2016-01-13 01:40:36 -05:00
word-wrap: break-word;
2014-07-01 04:15:16 -04:00
}
}
.title-category-wrapper {
margin-top: 5px;
}
.private-message-glyph {
display: none;
}
2013-09-05 15:37:07 -04:00
}
.private_message #topic-title .private-message-glyph {
display: inline;
}
2013-09-05 15:37:07 -04:00
2014-05-06 04:14:56 -04:00
/* both blocks that appear under the standard post control buttons */
.notification-options,
.pinned-options {
float: left;
margin-top: 0;
2014-05-06 04:14:56 -04:00
padding-top: 1px;
clear: both;
}
.topic-status-info {
padding-left: 10px;
border-top: 1px solid $primary-low;
padding-top: 10px;
h3 {
margin: 0;
}
}
#topic-progress-wrapper {
position: fixed;
width: 0;
right: 0;
bottom: 0;
z-index: z("timeline");
margin-right: 148px;
}
#topic-progress-expanded {
border: 1px solid $primary-low;
padding: 5px;
background: $secondary;
position: absolute;
bottom: 34px;
2015-09-22 19:36:15 -04:00
width: 135px;
button.full {
width: 100%;
margin-bottom: 5px;
2014-06-12 17:24:11 -04:00
i {
display: block;
margin-top: 2px;
margin-bottom: 2px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-2;
2014-06-12 17:24:11 -04:00
}
}
.jump-form {
input[type="text"] {
float: left;
width: 45px;
height: 20px;
text-align: center;
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
}
button.btn {
float: right !important;
width: 55px;
}
}
2016-07-26 15:10:14 -04:00
button.btn.jump-prompt {
margin: 0;
}
button.btn.jump-bottom {
margin-top: 5px;
margin-bottom: 0;
}
}
#topic-progress {
position: relative;
&.hidden {
display: none;
}
background-color: $secondary;
color: $tertiary;
2017-06-11 22:20:14 -04:00
border: 1px solid $tertiary-low;
border-bottom: none;
width: 145px;
height: 46px;
2014-06-27 18:28:16 -04:00
/* as a big ol' click target, don't let text inside be selected */
@include unselectable;
2014-06-27 18:28:16 -04:00
.nums {
position: relative;
top: 13px;
width: 100%;
text-align: center;
z-index: z("base");
}
h4 {
display: inline;
2018-01-12 17:27:38 -05:00
font-size: $font-up-2;
line-height: $line-height-small;
}
.d-icon {
position: absolute;
right: 8px;
bottom: 9px;
z-index: z("base");
}
.bg {
position: absolute;
top: 0;
bottom: 0;
width: 0;
border-right: 1px solid $tertiary-low;
background-color: $tertiary-low;
transition: width 0.75s;
}
}
2014-06-16 14:25:33 -04:00
.topic-error {
padding: 18px;
width: 90%;
margin-left: auto;
margin-right: auto;
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
line-height: $line-height-medium;
2014-06-16 14:25:33 -04:00
.topic-retry {
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
}
#topic-progress-wrapper.docked {
position: absolute;
}
.topic-post:last-of-type {
padding-bottom: 40px;
}
sup sup,
sub sup,
sup sub,
sub sub {
top: 0;
}
// inline editing of title on mobile
#topic-title .title-wrapper {
position: relative;
float: none;
width: 100%;
input#edit-title {
box-sizing: border-box;
width: 100%;
height: 32px;
}
.btn-small {
2018-01-12 17:27:38 -05:00
padding: 6px 12px;
margin: 6px 6px 0 0;
}
.select-kit.combo-box.category-chooser {
width: 100%;
margin-top: 0;
}
}
// make mobile timeline top and bottom dates easier to select
.topic-timeline {
.start-date,
.now-date {
font-size: $font-up-1;
padding: 5px;
}
.topic-category {
margin-bottom: 0.5rem;
}
}
.edit-topic-timer-modal {
.future-date-input {
.alert-info {
margin: 0 -10px -10px -10px;
padding: 10px;
}
}
.btn.pull-right {
margin-right: 0;
}
}