mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-12-26 17:09:09 +00:00
Move create_button styling out of index.html
This commit is contained in:
parent
42a560ab0e
commit
18f79936fe
@ -43,9 +43,9 @@
|
|||||||
<img src ="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn"/>
|
<img src ="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="center-display">
|
<div class="center-display">
|
||||||
<img src ="./assets/images/create_button.png" alt="CREATE" style="opacity: 100%;" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/>
|
<img src ="./assets/images/create_button.png" alt="CREATE" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/>
|
||||||
<h2 id="recent-reviews-text"> Recent Reviews </h2>
|
<h2 id="recent-reviews-text"> Recent Reviews </h2>
|
||||||
<img src ="./assets/images/create_button.png" id="create-btn-invis" style="opacity:0;"/>
|
<img src ="./assets/images/create_button.png" id="create-btn-invis"/>
|
||||||
<label for="sort">Filtering Method:</label>
|
<label for="sort">Filtering Method:</label>
|
||||||
<select id="sort">
|
<select id="sort">
|
||||||
<option value="recent">Most Recent</option>
|
<option value="recent">Most Recent</option>
|
||||||
|
@ -86,12 +86,13 @@ img#create-btn {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
padding-left: 2.5%;
|
padding-left: 2.5%;
|
||||||
padding-right: 2.5%;
|
padding-right: 2.5%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
height: 15%;
|
height: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img#create-btn-invis {
|
img#create-btn-invis {
|
||||||
|
opacity: 0%;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
height: 15%;
|
height: 15%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user