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.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 73654923f..bf1cef606 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -95,17 +95,17 @@
.post-create-footer {
@include clearfix;
+ clear: both;
font-size: 13px;
overflow: visible;
position: relative;
- clear: both;
.post-error {
- font-weight: normal;
- margin-bottom: 0;
+ @include opacity(.55);
display: inline-block;
font-size: .85em;
- @include opacity(.55);
+ font-weight: normal;
+ margin-bottom: 0;
position: absolute;
top: -25px;
}