aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui/form.less
diff options
context:
space:
mode:
authorMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
committerMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
commitba1270df2d3d835b397317f133963e7b517242f1 (patch)
tree1265a142a1fd9951d30ae11648e7fbfb5806e594 /public/ng/less/ui/form.less
parentba0feadc34400cb91ff23f66096884d862651cdd (diff)
parent405ee14711ab946bd709ec28a526890c40cbc03b (diff)
Merge remote-tracking branch 'upstream/master'
Conflicts: conf/app.ini
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 80d94866..4a681994 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