mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #322 from thusithak/master
web agent layout defects, scrolling issues fixed
This commit is contained in:
commit
f97bedf208
@ -43,25 +43,34 @@ under the License. --}}
|
|||||||
{{defineZone "topJs"}}
|
{{defineZone "topJs"}}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container col-lg-12 col-md-12 col-sm-12">
|
<header class="header header-default">
|
||||||
<header>
|
<div class="container-fluid ">
|
||||||
<div class="row wr-global-header">
|
|
||||||
<div class="col-sm-8 app-logo">
|
<div class="col-sm-8 app-logo">
|
||||||
{{defineZone "brand"}}
|
{{defineZone "brand"}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="container c-both">
|
|
||||||
|
<div class="page-content-wrapper">
|
||||||
|
<div class="container-fluid ">
|
||||||
|
<div class="body-wrapper">
|
||||||
<div class="wr-head">
|
<div class="wr-head">
|
||||||
<h2>{{defineZone "headerTitle"}}</h2>
|
<h2>{{defineZone "headerTitle" }}</h2>
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
<!-- start: zone-content-->
|
<!-- start: zone-content-->
|
||||||
{{defineZone "content"}}
|
{{defineZone "content"}}
|
||||||
<!-- end: zone-content-->
|
<!-- end: zone-content-->
|
||||||
</div>
|
|
||||||
{{!-- {{ defineZone "footer"}} --}}
|
{{!-- {{ defineZone "footer"}} --}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="container-fluid">
|
||||||
|
{{defineZone "footer"}}
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
{{defineZone "bottomJs" }}
|
{{defineZone "bottomJs" }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -36,7 +36,7 @@ under the License. --}}
|
|||||||
currentStepIndex = 0
|
currentStepIndex = 0
|
||||||
}}
|
}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-md-4 wr-text">
|
<div class="col-md-4 wr-text">
|
||||||
If you have not already enrolled this device with {{companyName}},
|
If you have not already enrolled this device with {{companyName}},
|
||||||
Download and install following EMM Agent to continue.
|
Download and install following EMM Agent to continue.
|
||||||
<div class="wr-buttons">
|
<div class="wr-buttons">
|
||||||
|
|||||||
@ -38,7 +38,7 @@ under the License. --}}
|
|||||||
currentStepIndex = 0
|
currentStepIndex = 0
|
||||||
}}
|
}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container col-md-4 wr-text">
|
<div class="col-md-4 wr-text">
|
||||||
If you have not already enrolled this device with {{companyName}},
|
If you have not already enrolled this device with {{companyName}},
|
||||||
Install following EMM Certificate and Agent to continue.
|
Install following EMM Certificate and Agent to continue.
|
||||||
<div class="wr-buttons">
|
<div class="wr-buttons">
|
||||||
|
|||||||
@ -150,7 +150,7 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
height: 100%;
|
/*height: 100%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -262,10 +262,8 @@ header {
|
|||||||
.footer {
|
.footer {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
padding-top:5px;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding-left:20px;
|
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -274,7 +272,6 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer p {
|
.footer p {
|
||||||
padding-top: 5px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user