13185-Change header and menu. WIP
This commit is contained in:
parent
f8ca5501d6
commit
8e96f0f1a0
|
@ -404,7 +404,7 @@ class OrderInterpreter extends Wizard
|
||||||
if ($iterator <= 9 && $this->canShowItem($enterprise, $this->pages_menu[$key]['url'])) {
|
if ($iterator <= 9 && $this->canShowItem($enterprise, $this->pages_menu[$key]['url'])) {
|
||||||
echo '<li class="list_found" name="'.$iterator.'" id="'.$iterator.'">';
|
echo '<li class="list_found" name="'.$iterator.'" id="'.$iterator.'">';
|
||||||
echo '
|
echo '
|
||||||
<span class="invert_filter"> Go to </span>
|
<span class=""> Go to </span>
|
||||||
<img src="'.$this->pages_menu[$key]['icon'].'">';
|
<img src="'.$this->pages_menu[$key]['icon'].'">';
|
||||||
echo '
|
echo '
|
||||||
<a href="'.$this->pages_menu[$key]['url'].'">
|
<a href="'.$this->pages_menu[$key]['url'].'">
|
||||||
|
|
|
@ -2738,6 +2738,6 @@ function menuTabsShowHide() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function resizeSearchHeader() {
|
function resizeSearchHeader() {
|
||||||
$(".show_result_interpreter").width($("#keywords").outerWidth() - 14);
|
$(".show_result_interpreter").width($("#keywords").outerWidth() - 12);
|
||||||
$(".show_result_interpreter").css("left", $("#keywords").position().left + 3);
|
$(".show_result_interpreter").css("left", $("#keywords").position().left + 2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,15 @@ div.show_result_interpreter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.list_found {
|
.list_found {
|
||||||
padding-top: 5px;
|
padding: 5px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list_found img {
|
||||||
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
|
|
|
@ -10488,6 +10488,11 @@ select:focus {
|
||||||
border: 2px solid #8a96a6;
|
border: 2px solid #8a96a6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#keywords.results-found {
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
:focus {
|
:focus {
|
||||||
outline: #8a96a6;
|
outline: #8a96a6;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue