Commit 3cd429ee authored by Sven Franck's avatar Sven Franck

css/themes: fixed display of single item results

parent 9b49aea7
......@@ -1415,11 +1415,12 @@ html .ui-filterable {
font-weight: normal;
}
/* responsive listview */
.ui-listview.responsive > li.ui-first-child:only-child {
.ui-listview > li.ui-first-child:only-child {
border-bottom-right-radius: .3125em;
border-bottom-left-radius: .3125em;
-webkit-border-bottom-right-radius: .3125em;
-webkit-border-bottom-left-radius: .3125em;
border-bottom-width: 1px;
}
.ui-listview.responsive > li:only-child > a.ui-btn {
border-bottom-width: 1px;
......@@ -1603,7 +1604,6 @@ html .ui-filterable {
}
}
/* handle listviews inside panels */
html .ui-panel-inner .ui-listview .ui-li-divider {
font-weight: bold;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment