diff --git a/static/css/main.css b/static/css/main.css index 60fc9cbb..270c85d3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -85,4 +85,18 @@ .form-label { padding-top:7px; + } + + .hover { + visibility: visible; + } + + .edit-button { + display:none; + } + + .editable-row:hover .edit-button { + display : inline-block; + padding: 3px 6px; + font-size:9px; } \ No newline at end of file diff --git a/templates/users.html b/templates/users.html index f9b1af11..98cc5c4e 100644 --- a/templates/users.html +++ b/templates/users.html @@ -34,11 +34,28 @@ - + {{group.name}} - - {{target.email}}{{$last ? '' : ', '}} - + + + {{target.email}}{{$last ? '' : ', '}} + +
+ + +
+ {{group.modified_date | date:'medium'}}