mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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
|
* List elements
|
||||||
*/
|
*/
|
||||||
@@ -600,12 +604,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,
|
.buttons,
|
||||||
#connection-list-buttons {
|
|
||||||
text-align: center;
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-pager-buttons {
|
.list-pager-buttons {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
Reference in New Issue
Block a user