summaryrefslogtreecommitdiffstats
path: root/public/ng/less/ui/form.less
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-13 22:12:11 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-13 22:12:11 -0400
commitb9560374cd9d06b9009eb48ef0f0cefe04a4daed (patch)
treec210dd65913b751e214ef73a21ed99fd7865fb03 /public/ng/less/ui/form.less
parenta5926f2689d3ed0e457b4bad672af58c8303e4a1 (diff)
downloadgitea-b9560374cd9d06b9009eb48ef0f0cefe04a4daed.tar.gz
gitea-b9560374cd9d06b9009eb48ef0f0cefe04a4daed.zip
UI fix
Diffstat (limited to 'public/ng/less/ui/form.less')
-rw-r--r--public/ng/less/ui/form.less17
1 files changed, 10 insertions, 7 deletions
diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less
index 80d948662c..4a681994de 100644
--- a/public/ng/less/ui/form.less
+++ b/public/ng/less/ui/form.less
@@ -176,7 +176,6 @@ input[readonly] {
margin-bottom: 1em;
}
}
-
.form-align {
label,
.form-label {
@@ -189,10 +188,14 @@ input[readonly] {
margin-bottom: 1em;
}
}
-
-label.req {
- &:after {
- content: "*";
- color: @labelRedColor;
- }
+label {
+ &.text-left {
+ text-align: left;
+ }
+ &.req {
+ &:after {
+ content: "*";
+ color: @labelRedColor;
+ }
+ }
} \ No newline at end of file