FogBugz #121: search from w/o header

This commit is contained in:
Roland Jesse 2012-04-03 23:21:52 +02:00
parent f65ebd0134
commit 0ad98d0dd3
2 changed files with 17 additions and 8 deletions

View file

@ -22,7 +22,12 @@
<div class="row">
<div class="onecol">&nbsp;</div>
<div class="onecol header_home"><span class="logo_contact">Home</span></div>
<div class="sixcol header_menu">[A..Z] [gift] [new] [search w/o submit]</div>
<div class="threecol header_menu">[A..Z] [gift] [new]</div>
<div class="threecol header_search">
<%= form_tag("/search", :method => "get") do %>
<%= text_field_tag(:q, nil, :placeholder => "Suchen...") %>
<% end %>
</div>
<div class="threecol header_user">name@domain.com [out]</div>
<div class="onecol">&nbsp;</div>
</div>

View file

@ -44,15 +44,19 @@ h2 {
.header_new {
background: #f9f9f9; /* very light grey */
box-shadow: 5px 5px 3px #888;
padding-top: 15px;
padding-bottom: 5px;
}
.header_home { }
.header_menu {
text-align: center;
.header_home {
border-right: 1px;
border-right-style: solid #eeeeee;
border-width: thin; /* thin, medium, thick */
padding-right: 15px;
}
.header_user {
text-align: right;
}
.header_menu { text-align: right; }
.header_search { text-align: left; }
.header_search input { background: #f9f9f9; font-size: 130%; }
.header_user { text-align: right; }
.header_actions, .header_actions a {
color: #909090; /* medium grey */
font-weight: bold;