From 92358db826c0046023238354931414510bccc1a4 Mon Sep 17 00:00:00 2001 From: zhegal Date: Mon, 29 Jan 2018 17:29:58 +0200 Subject: [PATCH] calculate modal + tag styles --- frontend/views/layouts/main.php | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ frontend/views/site/index.php | 2 +- frontend/web/css/main.css | 18 +++++++++++++++++- 3 files changed, 186 insertions(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3e3b26e..a9f691b 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -419,6 +419,174 @@ + + + + + + diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index ca1dc05..cf0616f 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -102,7 +102,7 @@ $this->registerJs($js, View::POS_END);
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 9467d1d..9a5dcb6 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -474,7 +474,10 @@ section.bar.background-gray.steps-pre:before { margin-bottom: 20px;} .post-blog .lead{margin-top: 25px;} .post-blog .content{margin-bottom: 50px;} - +.tag-cloud li.active a { + background-color: #467fbf; + color: #eeeeee!important; +} .object-slider{padding-bottom: 40px;} .object-slider .carousel{ width:100%; @@ -516,6 +519,14 @@ section.bar.background-gray.steps-pre:before { line-height: 24px; margin-top: 3px; } +.calculate-main-wr:after, #calculate-form:after{content:'';clear:both;display:block;position:relative;} +#calculate-form{margin-top: -15px;} +#calculate-form > .row { + border-bottom: 1px solid #e5e5e5; + padding-bottom: 10px; + padding-top: 25px; +} +#calculate-form .submit-wr{margin-top:25px;} @media(min-width:992px) and (max-width:1199px){ .pr_cover { @@ -594,6 +605,11 @@ section.bar.background-gray.steps-pre:before { } .object-slider .carousel{height:450px;} } +@media(min-width:870px){ + .modal-dialog { + width: 830px; + } +} @media(max-width:768px){ .main_video_fb{ padding-top: 56.1%; -- libgit2 0.21.4