Changeset 4689 for trunk/website
- Timestamp:
- 10/15/06 06:03:04 (2 years ago)
- Location:
- trunk/website/trac
- Files:
-
- 2 modified
-
htdocs/style.css (modified) (3 diffs)
-
templates/site_header.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/trac/htdocs/style.css
r4688 r4689 43 43 } 44 44 45 #licqsearch 46 { 47 border-width: 1px 2px 2px 2px; 48 text-align: center; 49 margin: 0px; 50 padding: 1ex 0ex; 51 } 52 53 #licqnav ul, #licqsearch 54 { 55 border-color: #6d6d6d; 56 border-style: solid; 57 } 58 45 59 #licqnav ul 46 60 { … … 48 62 padding-bottom: 1ex; 49 63 list-style-image: url(flower.gif); 50 border-color: #6d6d6d; 51 border-style: solid; 52 border-width: 0px 2px 2px 2px; 64 border-width: 0px 2px 0px 2px; 53 65 } 54 66 … … 62 74 border: 0px; 63 75 color: #55654F; 64 font-weight: bold;65 76 } 66 77 -
trunk/website/trac/templates/site_header.cs
r4688 r4689 20 20 <li><a href="/wiki/DeveloperArea">Developers</a></li> 21 21 </ul> 22 23 <form id="licqsearch" action="<?cs var:trac.href.search ?>" method="get"> 24 <?cs if:trac.acl.SEARCH_VIEW ?><div> 25 <input type="text" id="proj-search" name="q" size="10" accesskey="f" value="" /> 26 <input type="submit" value="Search" /> 27 <input type="hidden" name="wiki" value="on" /> 28 <input type="hidden" name="changeset" value="on" /> 29 <input type="hidden" name="ticket" value="on" /> 30 </div><?cs /if ?> 31 </form> 32 22 33 </div>
