fixes for css fix

This commit is contained in:
Mario Vavti 2018-06-01 20:59:28 +02:00
parent 60a7e68b1b
commit 56f0244360
5 changed files with 12 additions and 5 deletions

View File

@ -111,6 +111,13 @@ class Activity_filter {
if(x($_GET,'search')) {
$filter_active = 'search';
$tabs[] = [
'label' => t('Search'),
'icon' => 'search',
'url' => z_root() . '/' . $cmd . '/?f=&search=' . $_GET['search'],
'sel' => 'active disabled',
'title' => t('Panel search'),
];
}
$reset = [];

View File

@ -1271,7 +1271,7 @@ img.mail-conv-sender-photo {
}
.menu-img-1 {
height: 1..28571429em;
height: 1.28571429em;
width: 1.28571429em;
border-radius: $radius;
}