menu allignment

This commit is contained in:
gandhimathi 2018-05-10 12:30:40 +05:30
parent 08941f9de4
commit 37477d253d
15 changed files with 56 additions and 3 deletions

View File

@ -43,6 +43,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -274,6 +276,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -157,6 +159,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -49,6 +49,7 @@ table.dataTable thead > tr > td.sorting {
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -147,6 +149,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -158,6 +160,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -139,6 +141,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -139,6 +141,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -149,6 +151,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -145,6 +147,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -145,6 +147,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -156,6 +158,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -162,6 +164,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -160,6 +162,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -32,6 +32,8 @@ if(!empty($mms))
</style>
<div class="content-wrapper">
<section class="content">
<div class="row" style="min-height: 600px;">
<!-- Left col -->
<div class="col-md-12">
@ -171,6 +173,8 @@ if(!empty($mms))
<!-- /.box -->
</div>
<!-- /.col -->
</div>
</section>
</div>

View File

@ -429,7 +429,7 @@ th{
<!-- <div class="row">&nbsp;</div> -->
<div class="row">
<div class="col-md-3" id="savebutton">
<input type="button" id="submit" value = "Save" class="btn btn-primary" onclick="getAllData();">
<input type="button" id="submit" value = "Save" style="margin-top:12px" class="btn btn-primary" onclick="getAllData();">
</div>
</div>
</div><!-- /.box-body -->
@ -1294,11 +1294,11 @@ function readURL(input) {
function firstTimeValidateMastertable()
{
alert('MASTER');
// VALIDATE testreport Values
var ROWCOUNT = $('#testreport tr').length;
alert(ROWCOUNT);
//alert(ROWCOUNT);
for (x=1;x<ROWCOUNT;x++){