diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-13 22:12:11 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-13 22:12:11 -0400 |
commit | b9560374cd9d06b9009eb48ef0f0cefe04a4daed (patch) | |
tree | c210dd65913b751e214ef73a21ed99fd7865fb03 /public/ng/css | |
parent | a5926f2689d3ed0e457b4bad672af58c8303e4a1 (diff) | |
download | gitea-b9560374cd9d06b9009eb48ef0f0cefe04a4daed.tar.gz gitea-b9560374cd9d06b9009eb48ef0f0cefe04a4daed.zip |
UI fix
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/ui.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index 644fd83886..7c385c1349 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -525,6 +525,9 @@ input[readonly]:focus { .form-align .field { margin-bottom: 1em; } +label.text-left { + text-align: left; +} label.req:after { content: "*"; color: #d9453d; |