mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Ticket #268: Widen pager window, center connection list buttons.
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user