Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
470ef025
authored
2022-01-27 19:19:00 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
1 parent
aa5bef39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
View file @
470ef02
...
...
@@ -173,6 +173,7 @@ td, th {
border-bottom: 2px solid #000;
background-color: #F1F7E6;
color:#54565A;
}
#wpsl-search-input::-webkit-input-placeholder { /* Edge */
color: #949598;
...
...
@@ -235,27 +236,29 @@ td, th {
}
#wpsl-search-input {
font-size: 30px;
height:
4
0px !important;
width:
88
% !important;
height:
6
0px !important;
width:
90
% !important;
padding-bottom: 10px;
padding-left: 7px;
margin-top:10px;
border: 0px solid #a4a5a8 !important;
border-bottom: 2px solid #54565A !important;
border-radius:0px !important;
background-color: #ffff;
color: #54565A;
font-size:60px;
}
.wpsl-input:after {
content: "";
background-image: url("https://yournumbers.ca/wp-content/uploads/2022/01/search.png");
height:
4
0px;
width:
4
0px;
height:
5
0px;
width:
5
0px;
position: relative;
display: inline-block;
background-size: contain;
float: right;
margin-top:
-5
px;
margin-top:
10
px;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
list-style: none;
...
...
@@ -289,7 +292,14 @@ td, th {
#wpsl-search-input {
width: 90% !important;
}
#wpsl-search-input {
font-size: 30px;
height:40px;
}
.wpsl-input:after {
height: 40px;
width: 40px;
}
#wpsl-gmap.full,
#wpsl-result-list{
width:100%;
...
...
@@ -348,7 +358,7 @@ td, th {
@media (max-width: 400px){
.wpsl-input:after {
margin-top: -
4
0px;
margin-top: -
5
0px;
}
}
...
...
Please
register
or
sign in
to post a comment