Commit 4462f9aa5b86d4f98d6cc35aebf8c5f00d78609f
1 parent
5b5bfa85
table
Showing
2 changed files
with
36 additions
and
1 deletions
Show diff stats
frontend/views/goods/index.php
@@ -172,7 +172,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -172,7 +172,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
172 | ?> | 172 | ?> |
173 | 173 | ||
174 | <div class="modal fade" id="details_content_block" > | 174 | <div class="modal fade" id="details_content_block" > |
175 | - <div class="modal-dialog"> | 175 | + <div class="modal-dialog table_details"> |
176 | <div class="modal-content"> | 176 | <div class="modal-content"> |
177 | <div class="modal-header"> | 177 | <div class="modal-header"> |
178 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | 178 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
frontend/web/css/main.css
@@ -575,4 +575,39 @@ div.required:after { content: " *"; | @@ -575,4 +575,39 @@ div.required:after { content: " *"; | ||
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 |