summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss17
1 files changed, 13 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 9368786d1..df565d763 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -187,6 +187,12 @@ body.ios {
.post-create-footer {
@include clearfix;
padding: 0;
+ .has-error {
+ .control-label {
+ font-weight: normal;
+ margin-bottom: 0;
+ }
+ }
.msg-typing {
min-height: 20px;
line-height: 18px;
@@ -209,9 +215,6 @@ body.ios {
@include opacity(1);
}
.dropdown-toggle:after {
- content: '...';
- }
- .dropdown-toggle:hover:after {
content: '[...]';
}
}
@@ -316,6 +319,12 @@ body.ios {
max-width: 100%;
@include legacy-pie-clearfix;
}
+ &.active-thread__content {
+ // this still needs a final style applied to it
+ & .post-body {
+ font-weight: bold;
+ }
+ }
}
.post-image__columns {
@include legacy-pie-clearfix;
@@ -431,4 +440,4 @@ body.ios {
width: 40px;
}
}
-} \ No newline at end of file
+}