mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Float the edit link
This commit is contained in:
parent
69463c3884
commit
086e4bbef2
3 changed files with 5 additions and 3 deletions
|
|
@ -40,4 +40,6 @@
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
.up, .down { font-weight: bold; }
|
||||
.up, .down { font-weight: bold; }
|
||||
|
||||
.edit { float:right; }
|
||||
|
|
|
|||
|
|
@ -12,5 +12,5 @@
|
|||
<%= habit.name %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<%= link_to 'Edit', edit_habit_path(habit) %>
|
||||
<%= link_to 'Edit', edit_habit_path(habit), :class=>'edit' %>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<!-- <h1><a href="/">Web App</a></h1> -->
|
||||
<!-- <h1><a href="/">Web App</a></h1> -->
|
||||
<h1><%= yield :score %></h1>
|
||||
<div id="user-navigation">
|
||||
<ul class="wat-cf">
|
||||
|
|
|
|||
Loading…
Reference in a new issue