From 88cbb04d9bd715f3395ee834c720a6adff2e9e55 Mon Sep 17 00:00:00 2001 From: OlenaKl Date: Thu, 17 Dec 2015 15:49:58 +0200 Subject: [PATCH] V --- frontend/views/goods/index.php | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ frontend/web/css/main.css | 15 +++++++++++++++ 2 files changed, 95 insertions(+), 6 deletions(-) diff --git a/frontend/views/goods/index.php b/frontend/views/goods/index.php index 7a7713b..56b8598 100644 --- a/frontend/views/goods/index.php +++ b/frontend/views/goods/index.php @@ -275,9 +275,46 @@ $this->params['breadcrumbs'][] = $this->title; - 3 - 1 дн. - 103.75 + + + + + + + + + + +
3
3
+ + + + + + + + + + + + +
1 дн.
1 дн.
+ + + + + + + + + + + +
103.75
103.75
+ BOSH @@ -402,9 +439,46 @@ $this->params['breadcrumbs'][] = $this->title; - 3 - 1 дн. - 103.75 + + + + + + + + + + +
3
3
+ + + + + + + + + + + + +
1 дн.
1 дн.
+ + + + + + + + + + + +
103.75
103.75
+ diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 5ce8c90..8ba5b4d 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -534,4 +534,19 @@ div.required:after { content: " *"; .table{ transition: 0.3s; +} + +.inner_table{ + width: 100%!important +} + +.inner_table tr{ + height: 47px; + border-left: 0!important; + border-bottom: 0!important; +} + +.inner_table td{ + vertical-align: middle; + border: 0; } \ No newline at end of file -- libgit2 0.21.4