Открыть главное меню
Строка 1: Строка 1:
 +
/* ===== ЧИСТАЯ НАСТРОЙКА ШАПКИ MINERVA ===== */
 +
 
.header-container.header-chrome {
 
.header-container.header-chrome {
     background: #fff !important;
+
     background: #ffffff !important;
 
     border-bottom: 1px solid #e6e8f5 !important;
 
     border-bottom: 1px solid #e6e8f5 !important;
 
}
 
}
  
/* Родитель уже flex — просто фиксируем поведение детей */
+
/* Отступ после меню */
.header-container form.header {
 
    display: flex !important;
 
    align-items: center !important;
 
    padding: 0 20px !important;
 
}
 
 
 
/* Меню */
 
 
#mw-mf-main-menu-button {
 
#mw-mf-main-menu-button {
 
     margin-right: 14px !important;
 
     margin-right: 14px !important;
 
}
 
}
  
/* ЛОГО */
+
/* Лого */
.branding-box {
 
    flex: 0 0 auto !important;
 
}
 
 
 
 
.branding-box img {
 
.branding-box img {
 
     height: 36px !important;
 
     height: 36px !important;
Строка 26: Строка 17:
 
}
 
}
  
/* ПОИСК — КЛЮЧЕВОЕ */
+
/* Поиск */
 
.search-box {
 
.search-box {
    flex: 0 0 380px !important;  /* фикс ширины */
+
     margin-left: 20px !important;
     margin-left: 24px !important;
 
 
}
 
}
  
 
.search-box input {
 
.search-box input {
     width: 100% !important;
+
     max-width: 380px !important; /* ограничиваем, но не ломаем flex */
 
     height: 36px !important;
 
     height: 36px !important;
 
}
 
}
  
/* ИКОНКИ СПРАВА */
+
/* Немного воздуха перед иконками */
 
.minerva-user-navigation {
 
.minerva-user-navigation {
    flex: 0 0 auto !important;
+
     margin-left: 20px !important;
     margin-left: auto !important;
 
 
}
 
}

Версия 00:29, 2 марта 2026

/* ===== ЧИСТАЯ НАСТРОЙКА ШАПКИ MINERVA ===== */

.header-container.header-chrome {
    background: #ffffff !important;
    border-bottom: 1px solid #e6e8f5 !important;
}

/* Отступ после меню */
#mw-mf-main-menu-button {
    margin-right: 14px !important;
}

/* Лого */
.branding-box img {
    height: 36px !important;
    width: auto !important;
}

/* Поиск */
.search-box {
    margin-left: 20px !important;
}

.search-box input {
    max-width: 380px !important;  /* ограничиваем, но не ломаем flex */
    height: 36px !important;
}

/* Немного воздуха перед иконками */
.minerva-user-navigation {
    margin-left: 20px !important;
}