fix .pagination float in project members settings

This commit is contained in:
mrliptontea
2015-10-12 09:48:47 +02:00
parent 6f508ba87a
commit c45de83791
3 changed files with 11 additions and 1 deletions

View File

@@ -60,6 +60,10 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
## Changelog
Latest (master):
* Fixed `.pagination` float in project members settings
v1.7.1 (2015-10-10):
+ Improved styling for [Stuff To Do][stuff_to_do] plugin

View File

@@ -166,3 +166,9 @@
#tab-content-memberships .splitcontentright select {
width: 100%;
}
#principals_for_new_member {
.pagination {
float: none;
}
}

File diff suppressed because one or more lines are too long