fix style bug
This commit is contained in:
parent
e8f82bc011
commit
680c663a7f
|
@ -1,4 +1,8 @@
|
||||||
/* bootstrap */
|
/* bootstrap */
|
||||||
|
.btn-group + .btn {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
-webkit-transition: initial !important;
|
-webkit-transition: initial !important;
|
||||||
-moz-transition: initial !important;
|
-moz-transition: initial !important;
|
||||||
|
|
|
@ -210,8 +210,7 @@
|
||||||
<li><a href="javascript:void(0);" ng-click="selectFiles('none')" translate>Select None</a></li>
|
<li><a href="javascript:void(0);" ng-click="selectFiles('none')" translate>Select None</a></li>
|
||||||
<li><a href="javascript:void(0);" ng-click="selectFiles('reverse')" translate>Select Invert</a></li>
|
<li><a href="javascript:void(0);" ng-click="selectFiles('reverse')" translate>Select Invert</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div><button class="btn btn-xs btn-default" ng-click="chooseSpecifiedFiles('video')">
|
||||||
<button class="btn btn-xs btn-default" ng-click="chooseSpecifiedFiles('video')">
|
|
||||||
<i class="fa fa-file-video-o"></i>
|
<i class="fa fa-file-video-o"></i>
|
||||||
<span translate>Videos</span>
|
<span translate>Videos</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
Reference in a new issue