fix help page
This commit is contained in:
parent
161e916350
commit
9d8d4b0ea4
3 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
<Tags>Full Text Search</Tags>
|
||||
<Contact>fess-user@lists.sourceforge.jp</Contact>
|
||||
<SearchForm>http://localhost:8080/fess/</SearchForm>
|
||||
<Url type="text/html" template="http://localhost:8080/fess/search?query={searchTerms}"/>
|
||||
<Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<OutputEncoding>UTF-8</OutputEncoding>
|
||||
</OpenSearchDescription>
|
||||
|
|
|
@ -10,8 +10,10 @@
|
|||
<link href="${f:url('/css/style-base.css')}" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<link href="${f:url('/css/style.css')}" rel="stylesheet" type="text/css" />
|
||||
<link href="${f:url('/css/admin/font-awesome.min.css')}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="help">
|
||||
<jsp:include page="header.jsp" />
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
@ -155,7 +155,7 @@ ul.searchOptionLabels li {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body.search #searchOptions {
|
||||
body.search #searchOptions, body.help #searchOptions {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding-top: 72px;
|
||||
|
@ -166,7 +166,8 @@ body.search #searchOptions {
|
|||
width: 500px;
|
||||
transition: all .4s ease 0s;
|
||||
}
|
||||
body.search #searchOptions.active {
|
||||
|
||||
body.search #searchOptions.active, body.help #searchOptions.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue