Skip to content

Commit 0b27e94

Browse files
committed
replace the grey bar with white and lower the height a bit
fixes #1691
1 parent 31a8348 commit 0b27e94

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

web/default/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,8 @@ html.more #whole_header,
249249
html.diff #whole_header {
250250
position: fixed;
251251
top: 0;
252-
background: #ddd;
253-
border-bottom: 5px solid #ddd;
254-
height: 85px;
252+
background: #ffffff;
253+
height: 70px;
255254
width: 100%;
256255
}
257256

@@ -451,7 +450,7 @@ html.xref #content,
451450
html.diff #content,
452451
html.more #content,
453452
html.history #content{
454-
margin-top: 90px;
453+
margin-top: 70px;
455454
}
456455

457456
/* *** help page *** */

web/minisearch.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ org.opensolaris.opengrok.web.Util"%><%
101101
Project proj = cfg.getProject();
102102
String[] vals = cfg.getSearchOnlyIn();
103103
%><li><input type="checkbox" name="path" value='"<%= vals[0]
104-
%>"' <%= vals[2] %>/> only in <b><%= vals[1] %></b></li>
104+
%>"' <%= vals[2] %>/> current directory</li>
105105
</ul><%
106106
if (proj != null) {
107107
%>

0 commit comments

Comments
 (0)