diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 309756b..6e048a3 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -75,7 +75,11 @@ .owl-item .item {position: relative;height: 0;padding-bottom: 59%;max-height: 500px;overflow: hidden;} .owl-item .item .itemimage {position: absolute;width: 100%;height: 100%;background-position: center center;background-size: cover;} .owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;} - @media(max-width:767px){.dropdown-menu li a{max-width: 100%;display: block;white-space: normal;}} + @media(max-width:767px){ + .dropdown-menu li a{max-width: 100%;display: block;white-space: normal;} + .btn-template-transparent-primary{margin: 10px 0px;} + } + .navbar-affixed-top.affix{z-index:10000;} diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 60b45be..9a5774f 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -204,6 +204,7 @@ span.panel-title{ @media(max-width:1199px){ #error-page br{display:none;} } +.navbar-affixed-top.affix{z-index:10000;} #heading-breadcrumbs{background: #986dbd;color:#fff;} #heading-breadcrumbs h1{color:#fff;} #heading-breadcrumbs ul li a span{color: #c1a7d7;} @@ -232,4 +233,7 @@ span.panel-title{ display: block; white-space: normal; } + .btn-template-transparent-primary{ + margin: 10px 0px; + } } \ No newline at end of file -- libgit2 0.21.4