provide help button in context help popup

This commit is contained in:
Mario Vavti
2016-04-28 13:08:41 +02:00
parent f108838ca9
commit b664af748e
2 changed files with 22 additions and 5 deletions

View File

@@ -224,6 +224,24 @@ header #banner #logo-text {
.contextual-help-content dd {
margin-bottom: 1em;
}
.contextual-help-tool {
padding: 7px;
filter: alpha(opacity=20);
opacity: .2;
}
.contextual-help-tool:hover {
filter: alpha(opacity=50);
opacity: .5;
text-decoration: none;
}
.contextual-help-tool i {
color: #000;
font-size: 16px;
}
/* contextual help end */
/* footer */