Skip to content

Commit

Permalink
Resytle pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Gao committed Jun 30, 2017
1 parent e778a2f commit 8cbf677
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Views/User/Login.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-md-6">
<div class="front-form-col col-md-6">
<form class="form-horizontal" id="login-form" method="post" enctype="multipart/form-data" asp-controller="User" asp-action="CreateSession">
<h3>登录账户</h3>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion Views/User/New.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-md-6">
<div class="front-form-col col-md-6">
<form class="form-horizontal" id="registration-form" method="post" enctype="multipart/form-data" asp-controller="user" asp-action="create">
<h3>新用户注册</h3>
<br/>
Expand Down
6 changes: 5 additions & 1 deletion wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
padding-right: 2vw;
padding-top: 2vw;
min-height: 150vh;
background-color: #ffecb1;
background-color: white;
}
.list-group{
border-radius: 0px !important;
Expand All @@ -67,4 +67,8 @@
.list-group-item{
border-radius: 0px !important;
border: none;
}
.front-form-col{
padding-top: 2vw;
padding-left: 20%;
}

0 comments on commit 8cbf677

Please sign in to comment.