diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
commit | 34711f584651205cb6738b49df285d93a35393b5 (patch) | |
tree | f07a05279d36140b3b71313e0ed50e081709558b /assets/css | |
parent | 0d55f5aa35d21b79c5d79f7214c4c9e05b1d2684 (diff) |
Ask the current password before changing a user password
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index a2a73be2..4935c296 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -156,9 +156,6 @@ textarea { font-size: 99%; } -select { -} - ::-webkit-input-placeholder { color: #bbb; padding-top: 2px; @@ -183,6 +180,12 @@ textarea.form-error { border: 2px solid #b94a48; } +.form-required { + color: red; + padding-left: 5px; + font-weight: bold; +} + .form-errors { color: #b94a48; list-style-type: none; |