9bdfc5e3 by Jeff Balicki

more fixes

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0870d31c
......@@ -15370,7 +15370,7 @@ body {
@media only screen and (max-width: 1000px) {
#main-nav .container {
height: 90px;
padding-top: 30px;
padding-top: 25px;
margin-bottom: 0px;
}
}
......@@ -15385,7 +15385,15 @@ body {
margin-left: 0px;
}
.navbar-brand {
width: 100px;
width: 130px;
}
}
@media only screen and (max-width: 400px) {
.site-title {
font-size: 18px;
line-height: 24px;
margin-left: 0px;
padding-left: 15px;
}
}
.site {
......@@ -16728,7 +16736,7 @@ ul.sf_date_field .sf-datepicker {
}
#advance-search-modal {
z-index: 8;
z-index: 99;
position: fixed;
margin-top: 80px;
}
......@@ -16970,6 +16978,12 @@ ul.sf_date_field .sf-datepicker {
width: 33%;
display: inline-block !important;
}
@media screen and (max-width: 900px) {
#advance-search-modal .sf-field-taxonomy-mlo-category,
#advance-search-modal .sf-field-post-meta-file_type {
width: 100%;
}
}
.search-results .search-field {
border: 0;
......@@ -16988,7 +17002,8 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 950px) {
#search-wrapper {
padding: 0rem 2rem;
margin-top: 2rem;
padding: 0rem 40px;
}
}
#search-wrapper #main {
......@@ -17344,11 +17359,9 @@ ul.sf_date_field .sf-datepicker {
#main {
position: relative;
z-index: 9;
}
#main .entry-content {
position: relative;
z-index: 9;
}
#content:not(.search-content) {
......@@ -17514,7 +17527,7 @@ ul.sf_date_field .sf-datepicker {
}
#page-wrapper {
margin: 10px 40px 0 40px;
margin: 10px 30px 0 30px;
}
#page-wrapper .breadcrumb {
font-size: 12px;
......@@ -17839,6 +17852,11 @@ ul.sf_date_field .sf-datepicker {
.side-menu-page .call-out-block {
margin-left: -75%;
}
@media (max-width: 1000px) {
.side-menu-page .call-out-block {
padding-left: 75%;
}
}
.call-out-block h2, .call-out-block .h2 {
text-align: center;
......@@ -17941,7 +17959,7 @@ ul.sf_date_field .sf-datepicker {
}
.admin-bar #pojo-a11y-toolbar {
top: 30px !important;
top: 40px !important;
}
.pojo-a11y-toolbar-link:hover .pojo-a11y-toolbar-text {
......@@ -17992,7 +18010,7 @@ ul.sf_date_field .sf-datepicker {
}
.admin-bar #gt_float_wrapper {
top: 30px !important;
top: 40px !important;
}
.gt_float_switcher .gt_options a {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -7522,11 +7522,13 @@
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('.badge').hide();
});
var myModal = document.getElementById('advance-search-modal');
myModal.addEventListener('hidden.bs.modal', function () {
$('#search-box-content').removeClass('show');
$('.search-box').removeClass('show');
$('.badge').show();
});
if ($(window).width() < 960) {
$(".search-result .entry-summary").each(function () {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -38,6 +38,7 @@ var Search = (function($) {
$(document).on("click", ".advance-search-button", function(e){
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('.badge').hide();
});
var myModal = document.getElementById('advance-search-modal');
......@@ -45,6 +46,7 @@ var Search = (function($) {
myModal.addEventListener('hidden.bs.modal', function () {
$('#search-box-content').removeClass('show');
$('.search-box').removeClass('show');
$('.badge').show();
})
if ($(window).width() < 960) {
......
......@@ -21,6 +21,9 @@
.side-menu-page{
.call-out-block{
margin-left:-75%;
@media(max-width: 1000px) {
padding-left:75%;
}
}
}
......
......@@ -40,7 +40,7 @@
.admin-bar{
#gt_float_wrapper{
top: 30px !important;
top: 40px !important;
}
}
.gt_float_switcher .gt_options a{
......
......@@ -31,8 +31,9 @@
margin-bottom: 10px;
@media only screen and (max-width: 1000px) {
height: 90px;
padding-top: 30px;
padding-top: 25px;
margin-bottom: 0px;
}
}
......@@ -48,9 +49,17 @@
}
.navbar-brand{
width:100px;
width:130px;
}
}
@media only screen and (max-width: 400px) {
.site-title{
font-size: 18px;
line-height: 24px;
margin-left: 0px;
padding-left: 15px;
}
}
.site{
margin-top: 170px;
max-width: 100%;
......
#main{
position: relative;
z-index: 9;
.entry-content{
position: relative;
z-index: 9;
}
}
......@@ -182,7 +182,7 @@
}
}
#page-wrapper{
margin: 10px 40px 0 40px;
margin: 10px 30px 0 30px;
@media(max-width: 768px) {
// margin: 40px 40px 0 40px;
}
......
......@@ -75,7 +75,7 @@
.admin-bar{
#pojo-a11y-toolbar{
top: 30px !important;
top: 40px !important;
}
}
......
......@@ -411,7 +411,7 @@ ul.sf_date_field {
}
#advance-search-modal {
z-index: 8;
z-index: 99;
position: fixed;
margin-top: 80px;
@media screen and (max-width: 900px) {
......@@ -668,10 +668,12 @@ ul.sf_date_field {
}
#advance-search-modal{
.sf-field-taxonomy-mlo-category,
.sf-field-post-meta-file_type{
width: 33%;
display: inline-block !important;
@media screen and (max-width: 900px) {
width: 100%;
}
}
}
\ No newline at end of file
......
......@@ -19,7 +19,8 @@
padding-top: 3rem;
display: flex;
@media screen and (max-width: 950px) {
padding: 0rem 2rem;
margin-top: 2rem;
padding: 0rem 40px;
}
#main {
......