mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 11:36:50 +00:00 
			
		
		
		
	Implement new create button
This commit is contained in:
		| @@ -45,7 +45,7 @@ | ||||
| 					<div class="center-display">		 | ||||
| 						<img src ="./assets/images/Grouppink.png" alt="CREATE" style="opacity: 100%;" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/> | ||||
| 						<h2 id="recent-reviews-text"> Recent Reviews </h2> | ||||
| 						<img src ="./assets/images/Grouppink.png" style="opacity:0;"/> | ||||
| 						<img src ="./assets/images/Grouppink.png" id="create-btn-invis" style="opacity:0;"/> | ||||
| 						<label for="sort">Filtering Method:</label> | ||||
| 						<select id="sort"> | ||||
| 							<option value="recent">Most Recent</option> | ||||
|   | ||||
| @@ -87,6 +87,13 @@ img#create-btn { | ||||
| 	padding-left: 2.5%; | ||||
| 	padding-right: 2.5%; | ||||
| 	cursor: pointer; | ||||
| 	width: 15%;  | ||||
|     height: 15%; | ||||
| } | ||||
|  | ||||
| img#create-btn-invis { | ||||
| 	width: 15%;  | ||||
|     height: 15%; | ||||
| } | ||||
|  | ||||
| .review-container { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user