косметические правки

This commit is contained in:
Krivchikov Dmitry 2015-09-19 18:16:14 +03:00
parent e0d54822a0
commit 31ce5511ad
1 changed files with 2 additions and 3 deletions

View File

@ -68,11 +68,10 @@ $index = 0;
<?php if($extraParams): ?> <?php if($extraParams): ?>
<div style="width: 100%; text-align: center;"> <div style="width: 100%; text-align: center;">
<table class="table table-bordered table-hover" style="background-color: #fff; display: inline-table; width: 75%; text-align: left;"> <table class="table table-bordered table-hover" style="background-color: #fff; display: inline-table; width: 100%; max-width: 700px; text-align: left;">
<thead> <thead>
<tr> <tr>
<th>Параметр</th> <th colspan="2">Дополнительная информация:</th>
<th>Значение</th>
</tr> </tr>
</thead> </thead>
<?php foreach ($extraParams as $extraParam) { <?php foreach ($extraParams as $extraParam) {