indicate if we will be displayed contextual help or default help

This commit is contained in:
Mario Vavti
2016-04-21 23:55:38 +02:00
parent 96d19c09f3
commit bd11b1d61a
2 changed files with 7 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ header #banner #logo-text {
/* contextual help */
.help-content {
background: $item_colour;
background: $comment_item_colour;
color: $font_colour;
position: fixed;
top: -50%;
@@ -226,6 +226,10 @@ header #banner #logo-text {
.help-content dd {
margin-bottom: 1em;
}
.contextual-help-btn {
text-decoration: underline;
}
/* contextual help end */
/* footer */