diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index 4b33f6c..fefcb24 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -2,9 +2,9 @@
-
+
<%= html_title %>
-
+
<%= csrf_meta_tag %>
diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css
index 79ad9dd..e3b0e98 100644
--- a/public/themes/circlepro/stylesheets/application.css
+++ b/public/themes/circlepro/stylesheets/application.css
@@ -1250,7 +1250,7 @@ div.details { padding: 20px !important; }
}
div#content > div.contextual:first-child {
margin-top: 18px;
- }
+ }
}
@media all and (max-width: 899px) {
body #header {
@@ -1325,6 +1325,13 @@ div.details { padding: 20px !important; }
ul.social-menu > li a:hover {
background: transparent !important;
}
+
+ .search-magnifier--flyout {
+ margin-left: -1px;
+ }
+ .flyout-menu__search input[type='text'] {
+ padding-left: 32px !important;
+ }
}
/**********************************************************/