Commit c4a87898 by Ansab Ali

UI fixes*

parent a076a4b7
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -578,6 +578,11 @@ p ...@@ -578,6 +578,11 @@ p
{ {
color: #6b6b6b !important; color: #6b6b6b !important;
text-align: justify !important; text-align: justify !important;
height: 112px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
} }
.readMore .readMore
...@@ -838,13 +843,24 @@ a:hover ...@@ -838,13 +843,24 @@ a:hover
margin: 0; margin: 0;
} }
.postHeading .align {
font-size: 16px !important;
color: #373856 !important;
text-align: left;
padding: 10px 0 5px 31px;
margin: 0;
}
.postHeading .post-content { .postHeading .post-content {
font-size: 14px !important; font-size: 14px !important;
color: #7286a2 !important; color: #7286a2 !important;
text-align: left; text-align: left;
padding: 0 18px; padding: 0 18px;
height: 56px; height: 63px;
overflow: hidden; overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
} }
.postImage .postImage
...@@ -1857,12 +1873,12 @@ h2 span ...@@ -1857,12 +1873,12 @@ h2 span
font-size: 14px !important; font-size: 14px !important;
border-top-right-radius: 0px !important; border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important; border-bottom-right-radius: 0px !important;
width: 72% !important; width: 68% !important;
} }
.w65 .w65
{ {
width: 65% !important; width: 62% !important;
} }
} }
...@@ -1884,7 +1900,23 @@ h2 span ...@@ -1884,7 +1900,23 @@ h2 span
/*----- Media Query Style Start {1080px} ----- */ /*----- Media Query Style Start {1080px} ----- */
/*----- Media Query Style Start {768px} ----- */ /*----- Media Query Style Start {1024px - Ipad Pro} ----- */
@media only screen and (max-width: 1024px)
{
.cacheSidebarHeading h4 {
font-size: 25px !important;
}
.dInlineBlock {
display: inline;
}
}
/*----- Media Query Style End {1024px} ----- */
/*----- Media Query Style Start {768px - Ipad} ----- */
@media only screen and (max-width: 768px) @media only screen and (max-width: 768px)
{ {
...@@ -1935,14 +1967,45 @@ h2 span ...@@ -1935,14 +1967,45 @@ h2 span
background-size: cover; background-size: cover;
padding: 60px 0 40px 0; padding: 60px 0 40px 0;
} }
.table-responsive /*.table-responsive*/
{ /*{*/
overflow-x: scroll !important; /* overflow-x: scroll !important;*/
} /*}*/
.font16 .font16
{ {
font-size: 14px !important; font-size: 14px !important;
} }
.cacheSidebarHeading h4 {
font-size: 15px !important;
}
.cacheSidebarHeading h5 {
font-size: 10px !important;
}
.cacheSidebarHeading h6 {
font-size: 15px !important;
}
.offerHeading h2 {
font-size: 28px !important;
}
.table td, .table th
{
padding-left: 18px !important;
}
.summaryHeading h4
{
font-size: 15px !important;
}
.hostsButton {
font-size: 11px !important;
}
} }
/*----- Media Query Style End {768px} ----- */ /*----- Media Query Style End {768px} ----- */
...@@ -2012,7 +2075,6 @@ h2 span ...@@ -2012,7 +2075,6 @@ h2 span
/*----- Media Query Style End {720px} ----- */ /*----- Media Query Style End {720px} ----- */
/*----- Media Query Style Start {480px} ----- */ /*----- Media Query Style Start {480px} ----- */
@media only screen and (max-width: 480px) @media only screen and (max-width: 480px)
...@@ -2304,7 +2366,16 @@ h2 span ...@@ -2304,7 +2366,16 @@ h2 span
/*----- Media Query Style End {480px} ----- */ /*----- Media Query Style End {480px} ----- */
/*----- Media Query Style Start {375px} ----- */
@media only screen and (max-width: 375px) {
.sidebarInput
{
width: 69% !important;
}
}
/*----- Media Query Style End {375px} ----- */
/*----- Media Query Style Start {360px} ----- */ /*----- Media Query Style Start {360px} ----- */
......
...@@ -5,7 +5,19 @@ Template Name: Blog Page ...@@ -5,7 +5,19 @@ Template Name: Blog Page
?> ?>
<?php get_header(); ?> <?php get_header(); ?>
<div style="position: relative;text-align: center;">
<img style="width: 100%" src="<?php echo get_template_directory_uri(); ?>/assets/images/banner-image.png" alt="">
<div style="position: absolute;top: 10%;left: 42%;">
<h2 style="font-size: 45px; ">BLOG NEWS</h2>
</div>
<div style="position: absolute;top: 37%;left: 22%;">
<p style="width: 73%"> This is some text and will be replaced by original content
this is some text and will be replaced by original content.
this is some text and will be replaced by original content.
this is some text and will be replaced by original content.
</p>
</div>
</div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
......
...@@ -6,6 +6,7 @@ Template Name: Summary Page ...@@ -6,6 +6,7 @@ Template Name: Summary Page
get_header(); get_header();
$domain = ''; $domain = '';
$batchId = '';
if ( isset( $_GET['domain'] ) ) { if ( isset( $_GET['domain'] ) ) {
$domain = $_GET['domain']; $domain = $_GET['domain'];
$domain = preg_replace('#^https?://#', '', $domain); $domain = preg_replace('#^https?://#', '', $domain);
...@@ -328,8 +329,11 @@ if ( isset( $_GET['domain'] ) ) { ...@@ -328,8 +329,11 @@ if ( isset( $_GET['domain'] ) ) {
} }
function parseData(response) { function parseData(response) {
console.log(typeof response);
let newResults = JSON.parse(response).newData; let newResults = JSON.parse(response).newData;
let oldData = JSON.parse(response).oldData; let oldData = JSON.parse(response).oldData;
console.log(newResults);
console.log(oldData);
reviewTableDetailsBody.innerHTML = ''; reviewTableDetailsBody.innerHTML = '';
reviewData.style.display = 'flex'; reviewData.style.display = 'flex';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment