SAAS-940: Provide usability hints to user

This commit is contained in:
drigato 2015-07-13 08:06:41 -04:00
parent a9cddde877
commit 55999a07ec
4 changed files with 111 additions and 1 deletions

View file

@ -3330,3 +3330,16 @@ dd .stream-status {
#schedule_iframe {
margin: 0 auto;
}
.usability_hint {
padding: 5px 10px 5px 10px;
margin-bottom: 10px;
border: 1px solid #ff611f;
background-color: #ff611f;
color: white;
font-size: 14px;
}
.usability_hint a {
color: white;
}