Commit a03a543479019e5bce67aed554b0d93922882c60

Authored by Administrator
2 parents 321296b9 4462f9aa

Merge remote-tracking branch 'origin/master'

Showing 2 changed files with 36 additions and 1 deletions   Show diff stats
frontend/views/goods/index.php
@@ -173,7 +173,7 @@ $this->params['breadcrumbs'][] = $this->title; @@ -173,7 +173,7 @@ $this->params['breadcrumbs'][] = $this->title;
173 ?> 173 ?>
174 174
175 <div class="modal fade" id="details_content_block" > 175 <div class="modal fade" id="details_content_block" >
176 - <div class="modal-dialog"> 176 + <div class="modal-dialog table_details">
177 <div class="modal-content"> 177 <div class="modal-content">
178 <div class="modal-header"> 178 <div class="modal-header">
179 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> 179 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
frontend/web/css/main.css
@@ -575,4 +575,39 @@ div.required:after { content: &quot; *&quot;; @@ -575,4 +575,39 @@ div.required:after { content: &quot; *&quot;;
575 575
576 .arrow_downA{ 576 .arrow_downA{
577 background: url("/images/icon2r.png") no-repeat 93%!important; 577 background: url("/images/icon2r.png") no-repeat 93%!important;
  578 +}
  579 +
  580 +.table_details{
  581 + width: auto;
  582 +}
  583 +
  584 +.details_content{
  585 + width: auto;
  586 + margin: 31px auto;
  587 +}
  588 +
  589 +.details-list{
  590 + margin: 20px auto;
  591 + border: 1px solid #dedede;
  592 + width: auto!important;
  593 +}
  594 +
  595 +.details-list tr{
  596 + border: 1px solid #dedede;
  597 +
  598 +}
  599 +
  600 +.details-list td{
  601 + border: 1px solid #dedede;
  602 + padding: 10px;
  603 +}
  604 +
  605 +.details-list tr td:first-child{
  606 + font-weight: 500;
  607 + font-style: italic;
  608 +}
  609 +
  610 +.details-list th{
  611 + padding: 10px;
  612 + border: 1px solid #dedede;
578 } 613 }
579 \ No newline at end of file 614 \ No newline at end of file