From 7caf016e4d2b834e693c3d5933afa53530b04479 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 11 Dec 2014 16:16:36 +0100 Subject: [PATCH] Added some new rules --- pandora_console/include/styles/pandora.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 599c6c32f9..c910ec159b 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2807,4 +2807,18 @@ table#policy_modules td * { margin-bottom: 10px; border-top-left-radius: 2px; border-top-right-radius: 2px; +} + +#dialog-double_auth-container { + width: 100%; + text-align: center; + vertical-align: middle; +} + +.center_align { + text-align: center; +} + +.left_align { + text-align: left; } \ No newline at end of file