css
This commit is contained in:
parent
2fd47615eb
commit
720ea16bb1
@ -1909,9 +1909,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead
|
||||
}
|
||||
$text .= '">';
|
||||
$text .= '<span class="fa fa-question-circle atoplogin valignmiddle'.($helppresent ? ' '.$helppresent : '').'"></span>';
|
||||
if ($helppresent) {
|
||||
$text .= '<span class="fa fa-circle helppresentcircle"></span>';
|
||||
}
|
||||
$text .= '<span class="fa fa-circle helppresentcircle'.($helppresent ? '' : ' unvisible').'"></span>';
|
||||
$text .= '</a>';
|
||||
$toprightmenu .= $form->textwithtooltip('', $title, 2, 1, $text, 'login_block_elem', 2);
|
||||
}
|
||||
|
||||
@ -4708,7 +4708,9 @@ div.visible {
|
||||
div.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.unvisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
tr.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -4648,6 +4648,10 @@ div.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.unvisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
tr.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user