GUAC-586: Clean up styling of read-only account notice. Do not show buttons on such an account.

This commit is contained in:
Michael Jumper
2015-09-03 14:15:09 -07:00
parent 49c40c0b77
commit 404909f37c
2 changed files with 17 additions and 6 deletions

View File

@@ -69,3 +69,14 @@
.manage-user .page-tabs .page-list li.linked a[href]:before {
background-image: url('images/checkmark.png');
}
.manage-user .notice.read-only {
background: #FDA;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25em;
text-align: center;
padding: 1em;
}