The margins on the buttons aren't needed since the table has a bottom
margin, and the button class has never been applied since it was
incorrectly in the id field. The table row override had no effect since
the cells have their own vertical-alignment set.
#user_list {
width: 100%;
#user_list {
width: 100%;
-
- tr {
- vertical-align: middle;
- }
-}
-
-#user_list_actions {
- float: right;
- margin-top: $lineheight/2;
}
/* Rules for the diary list page */
}
/* Rules for the diary list page */
<%= render @users %>
</table>
<%= render @users %>
</table>
- <div id="user_list_actions buttons">
<%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %>
<%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %>
</div>
<%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %>
<%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %>
</div>