Commit 414f6d6c authored by Jacob Dylan D. Vitug's avatar Jacob Dylan D. Vitug

fixed signup screen. working on create position screen

parent a4f5454c
...@@ -17,7 +17,7 @@ body { ...@@ -17,7 +17,7 @@ body {
.footer { .footer {
position: absolute; position: absolute;
/* left: 0; */ /* left: 0; */
bottom: 0; bottom: 0px;
width: 100%; width: 100%;
height: 2.5rem; height: 2.5rem;
text-align: center; text-align: center;
......
...@@ -200,8 +200,8 @@ ...@@ -200,8 +200,8 @@
/* margin-top: 15px; */ /* margin-top: 15px; */
} }
.search-and-add-cont { .search-add-cont {
width: 660px; width: 560px;
display: flex; display: flex;
align-items: left; align-items: left;
justify-content: space-between; justify-content: space-between;
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
} }
.searchbar { .searchbar {
/* width: 78%; */ width: 75%;
/* padding-left: 30px; */ /* padding-left: 30px; */
} }
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
border: 1px solid black; border: 1px solid black;
padding: 5px 10px; padding: 5px 10px;
/* margin-right: 20px; */ /* margin-right: 20px; */
width: 660px; width: 350px;
height: 100%; height: 100%;
} }
...@@ -260,15 +260,14 @@ ...@@ -260,15 +260,14 @@
background-color: #8b0000 ; background-color: #8b0000 ;
color: white; color: white;
width: max-content; width: max-content;
width: 200px; width: 100px;
margin-right: 15px; margin-right: 15px;
} }
#participant { #participant {
width: 91.5%; width: 95%;
margin-top: 15px; margin-top: 15px;
margin-left: 50px;
height: 100%; height: 100%;
/* display: flex; /* display: flex;
/* flex-direction: column; */ /* flex-direction: column; */
...@@ -294,4 +293,19 @@ ...@@ -294,4 +293,19 @@
#participant tr:hover { #participant tr:hover {
background-color: #ddd; background-color: #ddd;
}
#td-align td{
display: flex;
/* flex-direction: column; */
justify-content: space-between;
}
.left-cont {
width: 660px;
height: auto;
}
#cell-remove {
width: 200px;
} }
\ No newline at end of file
...@@ -65,9 +65,9 @@ ...@@ -65,9 +65,9 @@
<div class="position-buttons-cont"> <div class="position-buttons-cont">
<!-- left side for the table --> <!-- left side for the table -->
<div> <div class="left-cont">
<!-- search bar cont --> <!-- search bar cont -->
<div class="search-and-add-cont"> <div class="search-add-cont">
<div class="searchbar"> <div class="searchbar">
<input placeholder= 'Search Name' /> <input placeholder= 'Search Name' />
...@@ -83,20 +83,19 @@ ...@@ -83,20 +83,19 @@
<table id="participant"> <table id="participant">
<tr> <tr>
<td>1</td> <td>1</td>
<td> <td id="td-align">
<div class="button-remove"> Jacob
<div>Name</div> </td>
<div><button >Remove</button></div> <td>
</div> <div class="button-remove cell-remove"><button >Remove</button></div>
</td> </td>
</tr> </tr><tr>
<tr>
<td>1</td> <td>1</td>
<td> <td id="td-align">
<div class="button-remove"> Name
<div>Name</div> </td>
<div><button >Remove</button></div> <td>
</div> <div class="button-remove"><button >Remove</button></div>
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -39,29 +39,6 @@ ...@@ -39,29 +39,6 @@
<input type="password" name="password" id="password" placeholder="Re-enter Password"> <input type="password" name="password" id="password" placeholder="Re-enter Password">
</div> </div>
<div class="form-group has-feedback horizontal-align">
<div class="sex-inner">
<label for="sex" class="">Sex:</label>
<div class="sex-input">
<input
type="radio"
id="male"
name="gender"
value="male"
required
/>
<label for="male">Male</label>
<input
type="radio"
id="female"
name="gender"
value="female"
required
/>
<label for="female">Female</label>
</div>
</div>
</div>
<!-- <input type="submit"> --> <!-- <input type="submit"> -->
<div class="centercont column-direction"> <div class="centercont column-direction">
<button type="submit" class="login-button login-borders button-login">Continue</button> <button type="submit" class="login-button login-borders button-login">Continue</button>
......
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