diff options
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/ui/form.less | 17 |
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 |