better vertical placement of search box
svn: r10631 original commit: 9c4d41fb63d1a9e0abf1e949384ed9bc12ca716a
This commit is contained in:
parent
1f02db2dc4
commit
6892b05531
|
@ -196,7 +196,8 @@
|
||||||
`(input
|
`(input
|
||||||
([style ,(sa "width: 16em; margin: 0px; padding: 0px;"
|
([style ,(sa "width: 16em; margin: 0px; padding: 0px;"
|
||||||
" background-color: #eee; color: "dimcolor";"
|
" background-color: #eee; color: "dimcolor";"
|
||||||
" border: 1px solid #ddd; text-align: center;")]
|
" border: 1px solid #ddd;"
|
||||||
|
" text-align: center; vertical-align: middle;")]
|
||||||
[type "text"]
|
[type "text"]
|
||||||
[value ,emptylabel]
|
[value ,emptylabel]
|
||||||
[title "Enter a search string to search the manuals"]
|
[title "Enter a search string to search the manuals"]
|
||||||
|
@ -641,7 +642,7 @@
|
||||||
`(span ([class "navleft"])
|
`(span ([class "navleft"])
|
||||||
,search-box
|
,search-box
|
||||||
,@(render
|
,@(render
|
||||||
(and up-path sep-element)
|
sep-element
|
||||||
(and up-path (make-element top-link top-content))
|
(and up-path (make-element top-link top-content))
|
||||||
;; sep-element
|
;; sep-element
|
||||||
;; (make-element
|
;; (make-element
|
||||||
|
|
Loading…
Reference in New Issue
Block a user