View | Details | Raw Unified | Return to bug 48392
Collapse All | Expand All

(-)a/management/univention-portal/www/PortalGallery.js (-1 / +1 lines)
 Lines 264-270   define([ Link Here 
264
			switch (this.renderMode) {
264
			switch (this.renderMode) {
265
				case portalTools.RenderMode.NORMAL:
265
				case portalTools.RenderMode.NORMAL:
266
					domNode = this.inherited(arguments);
266
					domNode = this.inherited(arguments);
267
					put(domNode, 'a[href=$]', this._getWebInterfaceUrl(item), query('.umcGalleryItem', domNode)[0]);
267
					put(domNode, 'a.umcPortalGallery__app-link[href=$]', this._getWebInterfaceUrl(item));
268
					break;
268
					break;
269
				case portalTools.RenderMode.EDIT:
269
				case portalTools.RenderMode.EDIT:
270
					if (item.id && item.id === '$addEntryTile$') {
270
					if (item.id && item.id === '$addEntryTile$') {
(-)a/management/univention-portal/www/style.styl (+7 lines)
 Lines 123-128   material-shadow(level) Link Here 
123
			margin-top: 10px
123
			margin-top: 10px
124
			display: inline-block
124
			display: inline-block
125
125
126
	.umcPortalGallery .umcPortalGallery__app-link
127
		position: absolute
128
		top: 0
129
		right: 0
130
		bottom: 0
131
		left: 0
132
		z-index: 1
126
133
127
	// Styling for the inline editing toolbar, floating button and dialogs
134
	// Styling for the inline editing toolbar, floating button and dialogs
128
	.portalEditBar,
135
	.portalEditBar,

Return to bug 48392