From f9b3cd95fea492f141a1130f31438eae5c3fb0c0 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 16:48:27 +0200 Subject: [PATCH] lang widget --- frontend/views/object/view.php | 5 +++++ frontend/web/css/main.css | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/views/object/view.php b/frontend/views/object/view.php index e1d0bce..e23c5ed 100644 --- a/frontend/views/object/view.php +++ b/frontend/views/object/view.php @@ -47,6 +47,11 @@ ] ); ?> +
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 4218a1a..f45d6a3 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -389,7 +389,7 @@ section.bar.background-gray.steps-pre:before { .post-blog .content{margin-bottom: 50px;} .tag-cloud li.active a {background-color: #467fbf;color: #eeeeee!important;} .object-slider .carousel-inner{border-radius: 5px;overflow: hidden;} -.object-slider{padding-bottom: 50px;} +.object-slider{padding-bottom: 50px;position: relative;} .object-slider .carousel{ width:100%; height:550px; @@ -671,6 +671,12 @@ section.bar.background-gray.steps-pre:before { .top_mail, .top_phones{color:#949292;} .top_phones a{font-weight:bold;color:#333333;} .top_mail a{color:#0095d7;} +.carousel_green_btn{ + position: absolute; + width: 100%; + bottom: 50px; + left: 15px; +} @media(min-width:1201px){ .links-ses-for-wr .container .row p {margin: 7px 20px;} -- libgit2 0.21.4