Improve style, in particular forms

This commit is contained in:
riggraz
2019-08-19 16:43:32 +02:00
parent 983841800c
commit 7f2f536027
13 changed files with 108 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
<% if notice %>
<p class="notice alert alert-primary"><%= notice %></p>
<p class="notice container alert alert-primary"><%= notice %></p>
<% end %>
<% if alert %>
<p class="alert alert-danger"><%= alert %></p>
<p class="alert container alert-danger"><%= alert %></p>
<% end %>