From 1122dd9714cc6f7a067354b32585d9184a84c945 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 8 Oct 2013 14:16:06 +0000 Subject: [PATCH] 2013-10-08 Miguel de Dios * include/styles/pandora.css: add the style for the dialogs in the enteprise license dialog. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8871 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++ pandora_console/include/styles/pandora.css | 37 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 83022638e6..1008da9a8f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-10-08 Miguel de Dios + + * include/styles/pandora.css: add the style for the dialogs in + the enteprise license dialog. + 2013-10-08 Sergio Martin * include/help/en/help_reporting_advanced_tab.php diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 5c015685ef..26e52cc502 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2737,3 +2737,40 @@ div#agent_wizard_subtabs { .agents_modules_table th * { color: #FFFFFF; } + +/* + * LOAD_ENTERPRISE.PHP + */ +#code_license_dialog { + padding: 50px; + padding-top: 10px; +} +#code_license_dialog #logo { + margin-bottom: 20px; + text-align: center; +} +#code_license_dialog, #code_license_dialog * { + font-size: 14px; +} +#code_license_dialog ul { + padding-left: 30px; + list-style-image: url("../../images/input_tick.png"); +} +#code_license_dialog li { + margin-bottom: 12px; +} + +#code_license_dialog #code { + font-weight: bolder; + font-size: 20px; + border: 1px solid #dddddd; + padding: 5px; + text-align: center; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-radius: 8px; +} + +#code_license_dialog a { + text-decoration: underline; +} \ No newline at end of file