Skip to content

Commit

Permalink
Merge pull request #635 from VinceMacBuche/ust_5537/bug_5637/CHrome_b…
Browse files Browse the repository at this point in the history
…order_menu

Fixes #5637: Repair css on the glyphicon use for status
  • Loading branch information
fanf committed Oct 10, 2014
2 parents ead33ad + e5119b5 commit 33ad4ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -172,7 +172,7 @@ class AsyncDeployment extends CometActor with CometListener with Loggable {

<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span>Status</span> <span class="badge"> {statusIcon}</span><span class="caret" style="margin-left:5px"></span></a>
<span>Status</span> <span class="badge" id="generation-status"> {statusIcon}</span><span class="caret" style="margin-left:5px"></span></a>
<ul class="dropdown-menu" role="menu">
{lastStatus}
<li>{currentStatus}</li>
Expand Down
6 changes: 5 additions & 1 deletion rudder-web/src/main/webapp/style/rudder-bootstrap.css
Expand Up @@ -96,7 +96,6 @@
.tw-bs a .badge .glyphicon{
color: #eee;
font-size:12px;
top:0;
}

.tw-bs a .badge .glyphicon.glyphicon-ok{
Expand Down Expand Up @@ -216,3 +215,8 @@
}
}

#generation-status{
padding-top:2px;
padding-bottom:4px;
}

0 comments on commit 33ad4ca

Please sign in to comment.