提交 66b28f30 编写于 作者: K kohsuke

fixed the login link visibility issue (#758)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4394 71c3de6d-444a-0410-be80-ed276b4c234a
上级 25c8e199
......@@ -66,7 +66,7 @@
<!-- search box -->
<j:set var="searchURL" value="${h.searchURL}"/>
<form action="${searchURL}" method="get">
<form action="${searchURL}" method="get" style="position:relative; top:0.5em;">
<!-- this div determines the minimum width -->
<div id="search-box-minWidth"/>
<!-- this div is used to calculate the width of the text box -->
......@@ -79,7 +79,7 @@
<script>createSearchBox("${searchURL}");</script>
</div>
</form>
</td><td style="vertical-align: middle; padding-right: 1em; width:1px; whtiespace:nowrap;">
<!-- login field -->
<j:if test="${app.useSecurity}">
<st:nbsp/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册