From 552f83c9ba59670b6ffe3948b96d489902a41292 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 9 Jun 2016 11:57:05 +0200 Subject: [PATCH] Added a style rule to hide the dialog button of the dialogs which use the 'no-close' class (cherry picked from commit 4434e8f83901ec0f64155cdc5a6413f140b45af5) --- pandora_console/include/styles/pandora.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 87f2853833..0a5506346d 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -3296,3 +3296,9 @@ div#vc-controls img.vc-qr { margin-right: 8px; } /* Visual map */ + +/* jQuery dialog */ +.no-close .ui-dialog-titlebar-close { + display: none; +} +/* jQuery dialog */