提交 963868b2 编写于 作者: K kohsuke

moved search related styles to one place with the section header.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4083 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7bec5015
......@@ -36,40 +36,6 @@ table.center-align td {
text-decoration: none;
}
#search-box {
background: white url(../images/16x16/search.gif) no-repeat 2px center;
padding-left: 20px;
width: 10em;
}
#search-box-completion {
text-align: left;
width:10em;
position: absolute;
z-index: 999;
}
#search-box-completion .yui-ac-content {
border: 1px solid black;
width:10em;
background-color: white;
overflow: hidden;
}
#search-box-completion UL {
padding: 0 0;
width: 100%;
margin: 0 0;
list-style: none;
}
#search-box-completion LI {
padding-left:20px;
white-space:nowrap;
}
#search-box-completion LI.yui-ac-highlight {
background: #729FCF;
}
#left-top-nav {
text-align: left;
border-left: 10px solid #fff;
......@@ -637,3 +603,38 @@ DIV.yahooTree td {
font-family: inherit !important;
color: inherit !important;
}
/* ========================= search box at the top-right of the page ========================= */
#search-box {
background: white url(../images/16x16/search.gif) no-repeat 2px center;
padding-left: 20px;
width: 10em;
}
#search-box-completion {
text-align: left;
width:10em;
position: absolute;
z-index: 999;
}
#search-box-completion .yui-ac-content {
border: 1px solid black;
width:10em;
background-color: white;
overflow: hidden;
}
#search-box-completion UL {
padding: 0 0;
width: 100%;
margin: 0 0;
list-style: none;
}
#search-box-completion LI {
padding-left:20px;
white-space:nowrap;
}
#search-box-completion LI.yui-ac-highlight {
background: #729FCF;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册