Normalise step footers captions

This commit is contained in:
Juan Cruz Viotti 2016-03-30 15:53:26 -04:00
parent 79b16beaf0
commit 9bd0ccd550
3 changed files with 1 additions and 8 deletions

View File

@ -6143,9 +6143,6 @@ body {
margin-top: 10px;
margin-bottom: -40px;
color: #85898c;
font-size: 12px; }
.tiny {
font-size: 10px; }
.separator-xs {

View File

@ -7,7 +7,7 @@
<div class="space-vertical-large">
<div ng-hide="app.selection.hasImage()">
<button class="btn btn-primary" ng-click="app.selectImage()">Select image</button>
<p class="step-footer tiny">*supported files: .img, .iso, .zip</p>
<p class="step-footer">*supported files: .img, .iso, .zip</p>
</div>
<div ng-show="app.selection.hasImage()">
<span ng-bind="app.selection.getImage() | basename" ng-click="app.reselectImage()"></span>

View File

@ -121,10 +121,6 @@ body {
margin-top: 10px;
margin-bottom: -40px;
color: lighten($color-disabled, 5%);
font-size: 12px;
}
.tiny {
font-size: 10px;
}