mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Fix centering of buttons in pager and dialog.
This commit is contained in:
@@ -225,6 +225,10 @@ div.section {
|
||||
|
||||
}
|
||||
|
||||
.dialog .footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* List elements
|
||||
*/
|
||||
@@ -600,12 +604,7 @@ div#logout-panel {
|
||||
background-image: url('../images/action-icons/guac-last-page.png');
|
||||
}
|
||||
|
||||
#user-list-buttons,
|
||||
#connection-list-buttons {
|
||||
text-align: center;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.buttons,
|
||||
.list-pager-buttons {
|
||||
text-align: center;
|
||||
margin: 1em;
|
||||
|
Reference in New Issue
Block a user