diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index 202a491..9a8b465 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -3098,6 +3098,11 @@ $(document).ready(function () { }); }); +setTimeout(function() { + $('.orbit-bar-logo').each(function() { + $(this).find('img').not(':first').remove(); + }); +}, 600); // $(function() { // setTimeout(function() { // var $signUp = $('.sign-up'); diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 163be3c..a997e59 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -1,12 +1,15 @@ @charset "utf-8"; @import "../initial"; -.checkbox-card li{ - background-color: #525252; - &:hover{ - background-color:#006da3; +.sign-up{ + .checkbox-card li{ + background-color: #525252; + &:hover{ + background-color:#006da3; + } } } + .topbanner{ margin-top: -3em !important; z-index: 2; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 634f473..36e2f01 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -445,3 +445,14 @@ a[href="/en/sitemap"]{ } } } +.sign-up{ + input{ + height:2em!important; + } + .btn-group { + margin-left: 5px !important; + } + .btn-primary:hover{ + color: #14324f!important; + } +} \ No newline at end of file diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 1cc622f..7945030 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -30,9 +30,11 @@ ul.button-mid{ } } } -ul.button-mid{ - margin:0; - z-index: 201; +.button-mid { + position: absolute; + width: 100%; + height: 0; + top: 50%; } .banner-pager .active-slide button{ background: $theme-color-second!important; diff --git a/modules/ad_banner/_ad_banner_widget2.html.erb b/modules/ad_banner/_ad_banner_widget2.html.erb index d64448c..e6908c7 100644 --- a/modules/ad_banner/_ad_banner_widget2.html.erb +++ b/modules/ad_banner/_ad_banner_widget2.html.erb @@ -29,7 +29,9 @@ -
+