Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 6bac414

Browse files
committed
Update CSS for new SearchEngine features
1 parent ccf98c6 commit 6bac414

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/src/plugins/access.ajxp_conf/ajxp_conf.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
padding: 19px 0 10px 0;
88
}
99

10+
.settings_main_pane #search_form .search_advanced_direct_access{
11+
display: none;
12+
}
13+
1014
.developerDoc{
1115
font-size: 12px !important;
1216
line-height: 18px !important;
@@ -43,6 +47,8 @@
4347
margin: 0;
4448
padding: 0;
4549
width: auto;
50+
float: none;
51+
display: inline-block;
4652
}
4753

4854
.settings_main_pane #breadcrumb_container{
@@ -222,7 +228,9 @@
222228
#search_container_settings #search_results div.thumbnail_selectable_cell.detailed {
223229
margin: 0 !important;
224230
border-radius: 0;
225-
padding-bottom: 20px;
231+
padding-bottom: 28px;
232+
height: 35px;
233+
border-bottom: 1px solid white;
226234
}
227235

228236
#leftTabulator div.panelHeader{

0 commit comments

Comments
 (0)