Skip to content

Commit

Permalink
Merge pull request #36 from eirene55/develop
Browse files Browse the repository at this point in the history
urgent!
  • Loading branch information
JeongChanwoo authored Nov 9, 2018
2 parents 89138bd + a0fcb90 commit 004c74a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions code/css/git_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ div.header{
flex-direction:row;
align-items : flex-start;
align-content:flex-start;
height : 6%;
height : 8%;
width : 100%;
text-align: : center;
background-color: #EDF0F3;
Expand Down Expand Up @@ -61,7 +61,7 @@ input[class="search-box"]{

.search-btn {
width: 105px;
height: 25px;
height: 28px;
background-color: ligthgrey;
border-radius: 3px;
border: none;
Expand All @@ -70,7 +70,7 @@ input[class="search-box"]{


div.login_area {
margin-left: 380px;
margin-left: 450px;
float: left;
}

Expand All @@ -84,8 +84,8 @@ div.login_area {
border-radius: 3px;
outline-color: none;
position: absolute;
left: 900px;
top: 10px;
left: 980px;
top: 13px;
}

.btn2{
Expand All @@ -99,8 +99,8 @@ div.login_area {
outline-color: none;
align-self: center;
position: absolute;
left: 980px;
top: 10px;
left: 1060px;
top: 13px;


}
Expand Down
2 changes: 1 addition & 1 deletion code/html/git_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="search-group" style="position:relative">
<form>
<input type="text" class='search-box' placeholder="Search">
<button class="search-btn " style="position:absolute; top: 5px; left:5px; color:#585858;"> This repository </button>
<button class="search-btn " style="position:absolute; top: 6px; left:5px; color:#585858;"> This repository </button>
</form>
</div>

Expand Down

0 comments on commit 004c74a

Please sign in to comment.