Updates loading animation on embed rte plugin

This commit is contained in:
Tim Geyssens
2013-09-18 15:15:05 +02:00
parent 1a53334bf2
commit f09225eb48

View File

@@ -15,7 +15,7 @@
if ($scope.url != "") {
$scope.preview = "<div class=\"umb-loader\">";
$scope.preview = "<div class=\"umb-loader\" style=\"height: 10px; margin: 10px 0px;\"></div>";
$scope.info = "";
$scope.success = false;