Commit 45c7d248 authored by Sven Franck's avatar Sven Franck

css: fix positioning of header elements in listview

parent b2b9c9e1
...@@ -1451,7 +1451,9 @@ html .ui-filterable { ...@@ -1451,7 +1451,9 @@ html .ui-filterable {
.ui-page .ui-listview > li h5, .ui-page .ui-listview > li h5,
.ui-page .ui-listview > li h6 { .ui-page .ui-listview > li h6 {
font-weight: normal; font-weight: normal;
display: table-cell; /* not sure about this....*/
} }
/* border-radii */ /* border-radii */
.ui-listview > li.ui-first-child:only-child { .ui-listview > li.ui-first-child:only-child {
border-bottom-right-radius: .3125em; border-bottom-right-radius: .3125em;
......
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