Andrés Méndez
Posts: 0
Joined: Thu Apr 18, 2013 6:13 pm

Separate elements in a list

Hello.

I have created a list element, which is filled with data from a REST service.

I want the elements to be shown separated, as in this example: http://jsfiddle.net/xgaJt/2/

I have added the CSS data, but the first and last elements have the upper and lower (respectively) corners with a different size that the elements in between (really strange).

I've seen this thread: https://getsatisfaction.com/apperyio/...
but isn't exactly my problem.

I have looked at winter CSS that I use, but I find no "ui-listview" to edit.

How can I do it?

Thanks.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Separate elements in a list

Hi Andrés,

We're working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Separate elements in a list

Sorry, no updates yet. Working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Separate elements in a list

We couldn't reproduce it. Could you please provide us with the public app link?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Separate elements in a list

Hello! Try the following CSS code:
code.ui-listview li {
margin: 10px !important;
border-radius: 1em !important;
}
.ui-listview {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}/code

Return to “Issues”