An error occurred while loading the file. Please try again.
-
Arnaud WATLET authored7792dc7a
/*
Copyright (C) 2015 IRSTEA
All rights reserved.
*/
@import "variables.less";
@import "bootstrap/less/mixins.less";
.fileinput-entry {
.cancel, .delete {
margin-left: 0.5em;
}
.progress {
height: (@line-height-computed / 2);
margin: (@line-height-computed / 4) 0;
}
.progress-text {
float: right;
}
&.alert {
padding: @padding-xs-vertical @padding-xs-horizontal;
margin-bottom: 0;
}
}
.fileinput-multiple .fileinput-entry {
margin-bottom: (@line-height-computed / 2);
}
.fileinput-multiple, .fileinput-single {
height: auto !important;
min-height: @input-height-base;
}