Se ajusta el icono de búsqueda en pantallas estrechas
This commit is contained in:
parent
5b74098bf6
commit
096df194b0
2 changed files with 10 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
<html lang="<%= current_language %>">
|
<html lang="<%= current_language %>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title><%= html_title %></title>
|
<title><%= html_title %></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||||
<meta name="description" content="<%= Redmine::Info.app_name %>" />
|
<meta name="description" content="<%= Redmine::Info.app_name %>" />
|
||||||
<meta name="keywords" content="issue,bug,tracker" />
|
<meta name="keywords" content="issue,bug,tracker" />
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
|
|
|
@ -1325,6 +1325,13 @@ div.details { padding: 20px !important; }
|
||||||
ul.social-menu > li a:hover {
|
ul.social-menu > li a:hover {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-magnifier--flyout {
|
||||||
|
margin-left: -1px;
|
||||||
|
}
|
||||||
|
.flyout-menu__search input[type='text'] {
|
||||||
|
padding-left: 32px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue