some style for the restart button

This commit is contained in:
Brad Rydzewski 2015-08-13 08:44:06 -07:00
parent f6078a4b71
commit f191d130a3
2 changed files with 12 additions and 1 deletions

View file

@ -39,7 +39,7 @@
</a>
</div>
<button ng-if="build.status !== 'pending' && build.status !== 'running'" ng-click="restart()" style="display:none;">Restart</button>
<button ng-if="build.status !== 'pending' && build.status !== 'running'" ng-click="restart()" class="button button-restart">Restart</button>
</div>
</aside>

View file

@ -473,6 +473,7 @@ li menu .button.danger {
display:inline-block;
}
/*
* Random buttons used throughtout
*/
@ -520,6 +521,16 @@ menu .button span {
font-size:18px;
}
.button-restart {
background: #FFF;
border: 1px solid #8fa1b3;
color: #8fa1b3;
font-size: 13px;
text-transform: uppercase;
margin-top: 20px;
padding: 0px 15px;
}
/*
* Status Indicator
*/