This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
Fix
#555
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
c04aea8d9d
commit
b93ae452fe
2 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
public/ng/css/ui.css
+2
-3
public/ng/less/ui/form.less
+ 3
- 0
public/ng/css/ui.css
View File
@@ -366,6 +366,9 @@ dt {
.grid-4-5 {
width: 80%;
}
.btn {
white-space: nowrap;
}
.btn-small {
font-size: 10.8px;
padding: .4em .9em;
+ 2
- 3
public/ng/less/ui/form.less
View File
@@ -1,9 +1,8 @@
@import "var";
//
colored buttons
//
Button.
.btn {
&:hover {
}
white-space: nowrap;
}
.btn-small {
font-size: 0.9*@baseFontSize;
Write
Preview
Loading…
Cancel
Save