mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Ticket #268: Add pagination for users.
This commit is contained in:
@@ -394,6 +394,12 @@ div#logout-panel {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
.set-page.current {
|
||||
cursor: auto;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.icon.first-page {
|
||||
background-image: url('../images/action-icons/guac-first-page.png');
|
||||
}
|
||||
@@ -409,3 +415,7 @@ div#logout-panel {
|
||||
.icon.last-page {
|
||||
background-image: url('../images/action-icons/guac-last-page.png');
|
||||
}
|
||||
|
||||
#user-list-buttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user