From ab449ae569561edfc49b74829fa9731c5f93fd5e Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 7 Dec 2013 22:50:09 -0500 Subject: [PATCH] New list style --- public/css/ios7.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/css/ios7.less b/public/css/ios7.less index 0fdc3475ab..adbae4e1fd 100644 --- a/public/css/ios7.less +++ b/public/css/ios7.less @@ -570,6 +570,30 @@ span { } } +.list { + list-style: none; + padding-left: 0; + margin: 0; + + li { + padding: 10px 15px 12px 2px; + border-bottom: 1px solid #e2e2e2; + margin: 0; + + img { + margin-right: 10px; + } + + &:last-child { + border: 0; + } + + &:only-child { + border-bottom: 1px solid #e2e2e2; + } + } +} + // Datatables ================================================================ // Search field