2012-04-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/styles/dialog.css
	 include/javascript/jquery.pandora.js: Changed style in license 
	 advises to new appearance.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5870 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-04-02 14:40:55 +00:00
parent 979415912c
commit 0451f52652
3 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-04-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/dialog.css
include/javascript/jquery.pandora.js: Changed style in license
advises to new appearance.
2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
* include/functions_menu.php

View File

@ -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')
});
}
);

View File

@ -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;