Fix layout if broadcast message enabled

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-12-24 16:15:45 +02:00
parent 63be16008e
commit fe104386b1
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
.broadcast-message{ style: broadcast_styling(broadcast_message) }
%i.fa.fa-bullhorn
= broadcast_message.message
:css
.sidebar-wrapper .nav-sidebar {
margin-top: 58px;
}