Defect fix of Main GUI
authorseshukm <seshu.kumar.m@huawei.com>
Thu, 30 Mar 2017 11:24:45 +0000 (16:54 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Thu, 30 Mar 2017 11:25:42 +0000 (16:55 +0530)
Fix the issue of right container spacing for different pages.

IssueId: CLIENT-189

Change-Id: I54433b1e291cf8015ae8db90f392a9978861ea2b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
login/src/main/webapp/login/html/menu.html

index 6908d05..89bad95 100644 (file)
                     </ul>
                 </div>
             </div>
-            <div id="page-main-wrapper">
-                <div id="page-header">
+    <div id="page-main-wrapper" style="height:100%;">
+        <div id="page-header" >
                     <div id="page-header-wrapper" class="clearfix">
                         <div class="top-icon-bar dropdown">
                             <a href="javascript:;" title="" class="user-ico clearfix" data-toggle="dropdown">
                         </div>
                     </div>
                 </div>
-                <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9">
-                    <iframe id="mainFrame" name="mainFrame" frameBorder=0 scrolling=no width="100%" onLoad="iFrameHeight()"></iframe>
+                <div id="rightContainer" style="width:100%;height:100%" class="col-sm-8 col-md-9 col-lg-9">
+                    <iframe id="mainFrame" name="mainFrame" frameBorder=0 scrolling="auto" style="width:100%;height:100%"></iframe>
                 </div>
             </div>
         </div>