Sentinel selectonemenu filter

Locked
sdguna
Posts: 41
Joined: 06 May 2010, 17:42

21 Jul 2016, 14:06

Hi,

I have selectonemenu with filter, I want to remove the white space between the search inpiut field and the list.

How can I do that.

Thanks in advance

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

21 Jul 2016, 15:18

I think you can try;

Code: Select all

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
     top: 0.4em;
}
OR

Code: Select all

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
   padding: 0 !important;
   width: 100%;
   box-sizing: border-box;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-inputfield {
   width: 100%;
   box-sizing: border-box;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon-search {
   top: 2px !important;
}

sdguna
Posts: 41
Joined: 06 May 2010, 17:42

23 Jul 2016, 14:40

Hi Thanks,

This works, but this is not what I want. There is an exmpty space just after the search input field. I tried different box-sizing still nothing happens.

Once again thanks.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

25 Jul 2016, 15:17

Can you please attach a screenshot for us?

Locked

Return to “Sentinel”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests