Skip to content

Commit

Permalink
Merge pull request #14 from dilipsuthar1999/Date-Time-Menu
Browse files Browse the repository at this point in the history
Date Time Menu
#11 Issue Resolved.
Updated styling issue in #14 Pull request.
  • Loading branch information
anand-3399 committed Oct 15, 2022
1 parent 052fae9 commit ee1819a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</div>

<div class="startMenuPlace">
<!-- <div class="startmenu" style="bottom: 50px; transform: translateX(0px);"> -->
<div class="startmenu">
<div class="search">
<div class="SearchIcon"></div>
Expand Down
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ figure {
background: url(img/icons/search.svg) no-repeat;
content: "";
position: absolute;
left: 33px;
top: 33px;
left: 48px;
top: 35px;
opacity: 0.7;
bottom: 0;
width: 22px;
width: 19px;
}

.search {
Expand Down Expand Up @@ -542,6 +542,7 @@ figure {
height: 16px;
top: 0;
width: 15px;
left: 31px;
}

.MicrosoftEdge .search {
Expand Down

0 comments on commit ee1819a

Please sign in to comment.