Skip to content

Commit

Permalink
dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lloonnyyaa committed Jun 3, 2017
1 parent 1feef9a commit a273ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/comments/Comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getContent($table, $slug) {

public function ajaxForm()
{
// проверка капча
$response_capcha = $this->verifyRecapcha();
if ($response_capcha == null && !$response_capcha->success)
return '<div class="alert alert-danger alert-dismissible fade show" role="alert">
Expand Down
6 changes: 6 additions & 0 deletions views/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,10 @@ div.glossary label{
}
#credit_module button{
white-space: inherit;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown-menu{
margin:0;
}

0 comments on commit a273ceb

Please sign in to comment.