Commit a0b99d87 by Sam

added missing styles for the sorter element in list views

parent 21b46c23
...@@ -93,6 +93,11 @@ span.required { ...@@ -93,6 +93,11 @@ span.required {
margin-top: 5px; margin-top: 5px;
} }
.list-view .sorter {
margin: 0 0 5px 0;
text-align: right;
}
.list-view .sorter ul { .list-view .sorter ul {
display: inline; display: inline;
list-style: none outside none; list-style: none outside none;
......
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