Skip to content

Commit

Permalink
Address alignment issue with close button
Browse files Browse the repository at this point in the history
  • Loading branch information
jscharf committed Dec 15, 2015
1 parent ecdc9e5 commit b8eee02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/starburst/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@
*= require_tree .
*= require_self
*/
.inline {
display: inline;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="panel panel-info" id="starburst-announcement" role="alert">
<div class="panel-heading text-center">
<span class="glyphicon glyphicon-bullhorn pull-left"></span>
<h3 class="panel-title inline"><%= t(:announcement) %></h3>
<button name="commit" type="submit" class="close" id="starburst-close">
<button name="commit" type="submit" class="close pull-right" id="starburst-close">
<span aria-hidden="true">&times;</span>
<span class="sr-only"><%= t(:close) %></span>
</button>
<h3 class="panel-title"><%= t(:announcement) %></h3>
</div>
<div class="panel-body">
<p><%= current_announcement.body.html_safe %></p>
Expand Down

0 comments on commit b8eee02

Please sign in to comment.