summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-right.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_sidebar-right.scss')
-rw-r--r--webapp/sass/layout/_sidebar-right.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 915bb2d09..8d5a1d044 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -59,6 +59,24 @@
form {
padding: .5em 15px 0;
}
+
+ .post-create-footer {
+ @include clearfix;
+ font-size: 13px;
+ overflow: visible;
+ position: relative;
+ clear: both;
+
+ .post-error {
+ font-weight: normal;
+ margin-bottom: 0;
+ display: inline-block;
+ font-size: .85em;
+ @include opacity(.55);
+ position: absolute;
+ top: -25px;
+ }
+ }
}
.help__format-text {