Merge branch 'dev-v7.6' into dev-v7

# Conflicts:
#	src/Umbraco.Web/Editors/MediaController.cs
This commit is contained in:
Sebastiaan Janssen
2017-10-16 16:14:54 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -165,6 +165,10 @@ ul.color-picker li a {
text-decoration: none;
}
.umb-mediapicker .add-link-square {
height: 120px;
}
.umb-thumbnails{

View File

@@ -32,7 +32,7 @@
</li>
</ul>
<a href="#" class="add-link" ng-click="add()" ng-if="showAdd()" prevent-default>
<a href="#" class="add-link" ng-click="add()" ng-class="{'add-link-square': images.length === 0}" ng-if="showAdd()" prevent-default>
<i class="icon icon-add large"></i>
</a>
</div>