css fixes for deployment bar

This commit is contained in:
Julia Kirnosova 2013-01-11 19:27:22 +04:00
parent 30c03ab6c6
commit 1d867d5efc
2 changed files with 3 additions and 3 deletions

View File

@ -573,11 +573,11 @@ h6.page-title {
}
.nav-tabs > li:last-child {
width: 485px;
width: 495px;
}
.nav-tabs > li:last-child .deploying-progress-text-box:first-child {
width: 255px;
width: 230px;
}
.nav-tabs li a {

View File

@ -17,6 +17,6 @@
<% } %>
<li class="pull-right deployment-control-box">
<div class="deploying-progress-text-box"></div>
<button class="deploy-btn <%= cluster.hasChanges() ? '' : 'disabled' %>"><i class="icon-upload-cloud-1"></i> Deploy Changes</button>
<button class="deploy-btn <%= cluster.hasChanges() ? '' : 'disabled' %>"><i class="icon-upload-cloud"></i> Deploy Changes</button>
</li>
<% } %>