Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-02 19:58:00 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-02 19:58:00 +0400
commit9a4c8f7e41eaec63d98431f5ff776240e2dc7604 (patch)
tree730131663eec8270b5b6da464cfa6906d889f35f /app/assets
parent34cf3c49167464ea00635cc4db17c67032fe1610 (diff)
Improve admin group page performance
Add pagination for projects and members to /admin/groups/:group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gl_bootstrap.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gl_bootstrap.scss b/app/assets/stylesheets/gl_bootstrap.scss
index 3bff2156c33..514ab8cdfa4 100644
--- a/app/assets/stylesheets/gl_bootstrap.scss
+++ b/app/assets/stylesheets/gl_bootstrap.scss
@@ -253,6 +253,12 @@ ul.breadcrumb {
}
}
+ .panel-footer {
+ .pagination {
+ margin: 0;
+ }
+ }
+
&.panel-small {
.panel-heading {
padding: 6px 15px;