-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gogs
committed
Sep 15, 2016
1 parent
86fe56e
commit c26ff14
Showing
24 changed files
with
33,217 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.whole-width{width:1170px;margin:0 auto;} | ||
.login-part{width:320px;margin:0 auto;border:1px solid #ccc;margin-top:220px;padding:10px;border-radius:3px;} | ||
.login-part li{list-style:none;height:45px;} | ||
.login-part h1{text-align:center;} | ||
.login-part li input{width:220px;height:30px;padding:3px 4px;-webkit-box-shadow: 0 0 0px 1000px white inset;} | ||
input:-webkit-autofill {background-color: #FAFFBD; background-image: none;color: #000;} | ||
.form-operate{display:flex;align-items:center;justify-content:center;} | ||
.form-operate button{padding:10px 10px;border:none;width:220px;background-color:#33CCFF;} | ||
|
Oops, something went wrong.