Skip to content

Commit

Permalink
Fixes #5637: Repair css on the glyphicon use for status
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Oct 10, 2014
1 parent 4195abf commit e5119b5
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 e5119b5

Please sign in to comment.