Merge pull request #97 from resin-io/feat/86/format-explanation

Add image format footer explanation
This commit is contained in:
Juan Cruz Viotti 2016-01-18 15:56:04 -04:00
commit ffbccc5aec
4 changed files with 9 additions and 0 deletions

View File

@ -5993,3 +5993,6 @@ body {
margin-bottom: -40px;
color: #85898c;
font-size: 12px; }
.tiny {
font-size: 10px; }

View File

@ -32,6 +32,8 @@
<div ng-show="app.selection.hasImage()">
<span ng-bind="app.selection.getImage() | basename"></span>
</div>
<p class="step-footer tiny">*supported files: .img, .iso</p>
</div>
</div>
</div>

View File

@ -151,3 +151,7 @@ body {
color: lighten($color-disabled, 5%);
font-size: 12px;
}
.tiny {
font-size: 10px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 118 KiB