fix: [UI] Potential fix for the weird popover behaviour

pull/4149/head
iglocska 2019-02-13 08:46:18 +01:00
parent 9df8a8d463
commit f8923f6ed8
3 changed files with 3086 additions and 3037 deletions

View File

@ -46,7 +46,7 @@ class AppController extends Controller
public $helpers = array('Utility', 'OrgImg');
private $__queryVersion = '57';
private $__queryVersion = '58';
public $pyMispVersion = '2.4.102';
public $phpmin = '7.0.16';
public $phprec = '7.0.16';

View File

@ -815,6 +815,10 @@ a.proposal_link_red:hover {
padding-left:10px;
}
.popover.top {
margin-top: -15px !important;
}
.legend {
display: block;
width: 100%;

File diff suppressed because it is too large Load Diff