Style Name Description
portlet-msg-status Status of the current operation.

Examples:

Tag HTML Code Display
<p>

<p class="portlet-msg-status">
    Progress: 80%
</p>
                

Progress: 80%

<div>

<div class="portlet-msg-status">
    Progress: 80%
</;div>
                
Progress: 80%
<span>

<span class="portlet-msg-status">
    Progress: 80%
</span>
                
Progress: 80%