2009-03-03 Esteban Sanchez <estebans@artica.es>

* godmode/alerts/configure_alert_template.php: Add id to separator
	div.

	* include/styles/pandora.css, include/styles/pandora_width.css: Added
	style to separator div. Fixes a UI breakage.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1501 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
esanchezm 2009-03-03 15:48:59 +00:00
parent ff4e9e70ba
commit 94de166b8c
4 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2009-03-03 Esteban Sanchez <estebans@artica.es>
* godmode/alerts/configure_alert_template.php: Add id to separator
div.
* include/styles/pandora.css, include/styles/pandora_width.css: Added
style to separator div. Fixes a UI breakage.
2009-03-03 Esteban Sanchez <estebans@artica.es>
* general/main_menu.php: Operation and godmode menus files includes

View File

@ -89,7 +89,7 @@ function print_alert_template_steps ($step, $id) {
}
echo '</ol>';
echo '<div style="clear: right"> </div>';
echo '<div id="steps_clean"> </div>';
}
function update_template ($step) {

View File

@ -931,3 +931,6 @@ div.actions_container label {
height:441px;
overflow:auto;
}
div#steps_clean {
clear:both;
}

View File

@ -54,3 +54,6 @@ div#foot {
ol.steps {
margin-bottom: 70px;
}
div#steps_clean {
display:none;
}