webui: stageusers, display page elements based on user state

Reviewed-By: David Kupka <dkupka@redhat.com>
Reviewed-By: Thierry Bordaz <tbordaz@redhat.com>
This commit is contained in:
Petr Vobornik
2015-05-14 13:30:49 +02:00
parent 52647285f6
commit 99d282d38d
7 changed files with 222 additions and 29 deletions

View File

@@ -504,6 +504,16 @@ table.scrollable tbody {
margin-right: 5px;
}
.facet-title.preserved .header-icon:before {
content: "\f014";
margin-right: 5px;
}
.facet-title.staging .header-icon:before {
content: "\f0ad";
margin-right: 5px;
}
.facet-title.disabled h1,
.facet-title.disabled h1 .facet-pkey{
color: gray;