fix for the bug 8 (The back-to-top button covers the send button on the private message page)

This commit is contained in:
Hrishi 2012-02-02 13:15:52 +05:30
parent f65fa90591
commit a2d427f06c

View file

@ -28,5 +28,5 @@
.content
= form_for [conversation, Message.new] do |message|
= message.text_area :text, :rows => 5, :tabindex => 1
.right
.left
= message.submit t('.reply').capitalize, :disable_with => t('.replying'), :class => 'button creation', :tabindex => 2