Skip to content

Commit

Permalink
[#1030] Adds halo around flash messages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 3, 2013
1 parent 84fc66d commit 18caed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckan/public/base/less/layout.less
Expand Up @@ -165,3 +165,10 @@
}
}
}

.flash-messages {
.alert {
.box-shadow(0 0 0 1px white);
}
}

2 changes: 2 additions & 0 deletions ckan/templates/user/dashboard.html
@@ -1,5 +1,7 @@
{% extends "user/edit_base.html" %}

{% set user = c.userobj %}

{% block breadcrumb_content %}
<li class="active"><a href="{{ h.url_for(controller='user', action='dashboard') }}">{{ _('Dashboard') }}</a></li>
{% endblock %}
Expand Down

0 comments on commit 18caed2

Please sign in to comment.