13185-Change header and menu. WIP

This commit is contained in:
Pablo Aragon 2024-03-26 11:58:53 +01:00
parent f8ca5501d6
commit 8e96f0f1a0
5 changed files with 194 additions and 155 deletions

View File

@ -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> &nbsp; <span class=""> Go to </span> &nbsp;
<img src="'.$this->pages_menu[$key]['icon'].'">'; <img src="'.$this->pages_menu[$key]['icon'].'">';
echo '&nbsp; echo '&nbsp;
<a href="'.$this->pages_menu[$key]['url'].'"> <a href="'.$this->pages_menu[$key]['url'].'">

View File

@ -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);
} }

View File

@ -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 {

View File

@ -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