diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 661935caf3..16250a9ff7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-04-02 Juan Manuel Ramon + + * include/styles/dialog.css + include/javascript/jquery.pandora.js: Changed style in license + advises to new appearance. + 2012-04-02 Dario Rodriguez * include/functions_menu.php diff --git a/pandora_console/include/javascript/jquery.pandora.js b/pandora_console/include/javascript/jquery.pandora.js index 0e5290edd0..6aa6f866b7 100644 --- a/pandora_console/include/javascript/jquery.pandora.js +++ b/pandora_console/include/javascript/jquery.pandora.js @@ -85,6 +85,27 @@ $(document).ready (function () { ); return false; }); + + $(function() { + $( "#license_error_msg_dialog" ).dialog({ + resizable: true, + draggable: true, + modal: true, + height: 200, + width: 600, + overlay: { + opacity: 0.5, + background: "black" + }, + bgiframe: jQuery.browser.msie + }); + }); + + $("#submit-hide-license-error-msg").click (function () { + $("#license_error_msg_dialog" ).dialog('close') + }); + + } ); diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 4af4344d55..0652d40164 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -25,6 +25,7 @@ font-weight: bold !important; border: 1px solid #3d6630 !important; color: #FFFFFF !important; + padding: 0.1em 1em !important; -moz-border-radius: 4px; -webkit-border-radius: 4px;