Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

MUMUP-2357 : update to have background style, for the style #386

Merged
merged 1 commit into from
Feb 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
app-fname='portlet.fname'
app-action-link-text="'Add to home'"
app-add-to-home='true'></app-header-two-way-bind>
<div role="main" class="col-xs-12 no-padding portlet-body">
<div role="main" class="white-page portlet-body">
<div data-loading class='loading-gif abs-bottom-right'><img src="img/ajax-loader.gif" alt="Loading content, please wait"></div>
<div ng-bind-html="portlet.exclusiveContent" class="up-portlet-content-wrapper" id="content-{{::portlet.nodeId}}">
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
app-action-link-text="'Add to home'"
app-add-to-home='true'></app-header-two-way-bind>

<div role="main" class="col-xs-12 no-padding portlet-body">
<div role="main" class="white-page portlet-body">
<loading-gif data-object='loading'></loading-gif>
<div ng-bind-html="::portlet.staticContent" class="up-portlet-content-wrapper" id="content-{{::portlet.nodeId}}">
</div>
Expand Down