Fix centering of buttons in pager and dialog.

This commit is contained in:
Michael Jumper
2013-08-26 23:04:50 -07:00
parent 2a2ec16cc7
commit fa5a43ee22

View File

@@ -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;