aboutsummaryrefslogtreecommitdiffstats
path: root/portal-common/src/main/webapp/framework/browser/templates/functional.html
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-01-25 17:09:32 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-01-25 17:09:32 +0530
commitede6c4f53d959157b5433adda0938508149086fb (patch)
tree04c3dafee58ce825909d5c93c0a92e6fb184314d /portal-common/src/main/webapp/framework/browser/templates/functional.html
parentf70f13cc08d7194d4fec1505adf345d565f47c8a (diff)
CLIENT GUI Framework
Framework files for the GUI framework. Issue-Id : CLIENT-11, CLIENT-125, CLIENT-126, CLIENT-127, CLIENT-128 Change-Id: I3fcbba6e50da220fa8191bd53e050821b812e3ae Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'portal-common/src/main/webapp/framework/browser/templates/functional.html')
-rw-r--r--portal-common/src/main/webapp/framework/browser/templates/functional.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/portal-common/src/main/webapp/framework/browser/templates/functional.html b/portal-common/src/main/webapp/framework/browser/templates/functional.html
index 0640f354..78f01fd7 100644
--- a/portal-common/src/main/webapp/framework/browser/templates/functional.html
+++ b/portal-common/src/main/webapp/framework/browser/templates/functional.html
@@ -23,8 +23,10 @@
<button type="button" class="btn btn-default" ng-click="showModify()">Modify</button>
<button type="button" class="btn btn-default" ng-click="showDelete()">Delete</button>
<button type="button" class="btn btn-default" ng-click="showWorkflow()">Workflow</button>
- <div class="shortnoteHeader">ShortNote</div>
- <div class="shortnoteText">{{functionalTipData}}</div>
+ <div class="shortnote">
+ <div class="shortnoteHeader">ShortNote</div>
+ <div class="shortnoteText">{{functionalTipData}}</div>
+ </div>
</div>