Ticket #268: Widen pager window, center connection list buttons.

This commit is contained in:
Michael Jumper
2013-02-18 12:56:07 -08:00
parent dec21e5674
commit b467a5945c
2 changed files with 3 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ GuacAdmin.Pager = function(container) {
/** /**
* The number of pages to generate a window for. * The number of pages to generate a window for.
*/ */
this.window_size = 5; this.window_size = 11;
/** /**
* The current page, where 0 is the first page. * The current page, where 0 is the first page.

View File

@@ -416,6 +416,7 @@ div#logout-panel {
background-image: url('../images/action-icons/guac-last-page.png'); background-image: url('../images/action-icons/guac-last-page.png');
} }
#user-list-buttons { #user-list-buttons,
#connection-list-buttons {
text-align: center; text-align: center;
} }