mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
Move right submit button in mobile new action
This commit is contained in:
parent
b9f3b9685f
commit
bd78ad0670
2 changed files with 7 additions and 1 deletions
|
|
@ -284,3 +284,8 @@ input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project
|
|||
div.note_wrapper p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<%= form_tag todos_path(:format => 'm'), :method => :post do %>
|
||||
<%= render :partial => 'edit_form' %>
|
||||
<p><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p>
|
||||
<p class="text-right"><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p>
|
||||
<% end -%>
|
||||
<%= link_to t('common.back'), @return_path %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue