This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
💄
Style checkbox label in sign in form
master
Andrew Patton
10 years ago
parent
072c67e457
commit
b579800e50
1 changed files
with
6 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
public/ng/less/gogs/sign.less
+ 6
- 1
public/ng/less/gogs/sign.less
View File
@@ -25,6 +25,11 @@ The register and sign-in page style
.form-label {
.form-label {
width: 160px;
width: 160px;
}
}
.chk-label {
width: auto;
text-align: left;
margin-left: 176px;
}
.alert{
.alert{
margin:0 30px 24px 30px;
margin:0 30px 24px 30px;
}
}
@@ -60,4 +65,4 @@ The register and sign-in page style
background-color: #FFF;
background-color: #FFF;
margin-left: -15px;
margin-left: -15px;
}
}
}
}
Write
Preview
Loading…
Cancel
Save