File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,8 @@ html.more #whole_header,
249
249
html .diff # whole_header {
250
250
position : fixed;
251
251
top : 0 ;
252
- background : # ddd ;
253
- border-bottom : 5px solid # ddd ;
254
- height : 85px ;
252
+ background : # ffffff ;
253
+ height : 70px ;
255
254
width : 100% ;
256
255
}
257
256
@@ -451,7 +450,7 @@ html.xref #content,
451
450
html .diff # content ,
452
451
html .more # content ,
453
452
html .history # content {
454
- margin-top : 90 px ;
453
+ margin-top : 70 px ;
455
454
}
456
455
457
456
/* *** help page *** */
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ org.opensolaris.opengrok.web.Util"%><%
101
101
Project proj = cfg.getProject();
102
102
String[] vals = cfg.getSearchOnlyIn();
103
103
%><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>
105
105
</ul><%
106
106
if (proj != null) {
107
107
%>
You can’t perform that action at this time.
0 commit comments