Modify

Opened 13 years ago

Last modified 11 years ago

#8651 new enhancement

Banner search field

Reported by: anonymous Owned by: Gasler Radu
Priority: normal Component: LightGreenTheme
Severity: minor Keywords: LightGreenTheme, Search, banner
Cc: a.bindewald@… Trac Release: 0.11

Description

Hi,

please let me know how to get the banner search form visible. In the code itself it is existing:

<div id="banner">
 <div id="header">...</div>
  <form id="search" action="/spin/search" method="get">
        <div>
          ...
        </div>
  </form>

Thanks in advance

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by anonymous

Cc: a.bindewald@… added; anonymous removed

comment:2 Changed 11 years ago by Ryan J Ollos

It looks like there might be some unfinished work here for the theme. To restore the search dialog,

Uncomment:

#search, #topsearch {
  clear: both;
  font-size: 10px;
  height: 2.2em;
  margin: 0 71px 1em 0; /* Modified * /
  text-align: right;
}

and remove:

#topsearch input, #topsearch input[type=button], #topsearch input[type=submit], #topsearch input[type=reset], #topsearch input[type=text], #topsearch input.textwidget {
  font-size: 10px;
  background-color: #333; /* Modified */
  color: #ffffff; /* Modified */ 
  border: 1px solid #222; /* Modified */
}

topsearch input[type=text] {
  background-color: #222; /* Modified */
}

#search input, #search input[type=button], #search input[type=submit], #search input[type=reset], #search input[type=text], #search input.textwidget {
  font-size: 10px;
  background-color: #383838; /* Modified */
  color: #ffffff; /* Modified */
  border: 1px solid #333333; /* Modified */
}

#search, #topsearch label { display: none }

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Gasler Radu.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.