From fa5a43ee222cf08f48f94520caae9d5bc825055e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 26 Aug 2013 23:04:50 -0700 Subject: [PATCH] Fix centering of buttons in pager and dialog. --- guacamole/src/main/webapp/styles/ui.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 163f4a6f0..fe4f72f27 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -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;