Changed yellow alert color to alert-error only, tweaked some alerts

This commit is contained in:
Victoria Wang 2015-04-29 16:42:49 -07:00
parent 84dd32f61e
commit 94ee46d9e8
3 changed files with 9 additions and 13 deletions

View file

@ -59,7 +59,7 @@ a{
@import 'project-Main'; // Project Specific Main Content Area Styling
@import 'project-Footer'; // Project Specific Footer Styling
.alert{
.alert-error {
background-color:#F5BA00; color:#fff;
}

View file

@ -75,12 +75,10 @@
</nav>
<% if flash.keys.length > 0 %>
<div class="alert txt-Center">
<p style="padding:5px">
<% flash.keys.each do |key| %>
<%== flash[key] %>
<% end %>
</p>
<div class="alert alert-block txt-Center">
<% flash.keys.each do |key| %>
<%== flash[key] %>
<% end %>
</div>
<% end %>

View file

@ -75,12 +75,10 @@
</nav>
<% if flash.keys.length > 0 %>
<div class="alert txt-Center">
<p style="padding:5px">
<% flash.keys.each do |key| %>
<%== flash[key] %>
<% end %>
</p>
<div class="alert alert-block txt-Center">
<% flash.keys.each do |key| %>
<%== flash[key] %>
<% end %>
</div>
<% end %>