# HG changeset patch # User Dan # Date 1202417144 18000 # Node ID fb4f9e6f378f504a2ec698bc6ee205b61e0062b2 # Parent 2c9745b5c09ddacfdf2659ac2f55406a95ed92bd Made the form validation icons (check/X/?) more visually appealing. IE-friendliness is still on the TODO list. diff -r 2c9745b5c09d -r fb4f9e6f378f images/check.png Binary file images/check.png has changed diff -r 2c9745b5c09d -r fb4f9e6f378f images/checkbad.png Binary file images/checkbad.png has changed diff -r 2c9745b5c09d -r fb4f9e6f378f images/checkunk.png Binary file images/checkunk.png has changed diff -r 2c9745b5c09d -r fb4f9e6f378f includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Thu Feb 07 07:58:07 2008 -0500 +++ b/includes/clientside/static/editor.js Thu Feb 07 15:45:44 2008 -0500 @@ -112,6 +112,8 @@ var heading = document.createElement('h3'); heading.style.cssFloat = 'left'; heading.style.styleFloat = 'left'; + heading.style.marginTop = '0px'; + heading.style.marginBottom = '0px'; heading.appendChild(document.createTextNode($lang.get('editor_msg_editor_heading'))); // Plaintext/wikitext toggler @@ -122,9 +124,7 @@ { var toggler = document.createElement('p'); toggler.style.marginLeft = '0'; - toggler.style.cssFloat = 'right'; - toggler.style.styleFloat = 'right'; - toggler.style.paddingTop = '4pt'; + toggler.style.textAlign = 'right'; var span_wiki = document.createElement('span'); var span_mce = document.createElement('span'); @@ -167,7 +167,6 @@ // Form (to allow submits from MCE to trigger a real save) var form = document.createElement('form'); form.action = 'javascript:void(0);'; - form.style.clear = 'both'; form.onsubmit = function() { ajaxEditorSave(); @@ -180,12 +179,12 @@ preview_anchor.id = 'ajax_preview'; var preview_container = document.createElement('div'); preview_container.id = 'enano_editor_preview'; - preview_container.style.clear = 'both'; + preview_container.style.clear = 'left'; // Textarea containing the content var ta_wrapper = document.createElement('div'); ta_wrapper.style.margin = '10px 0'; - ta_wrapper.style.clear = 'both'; + // ta_wrapper.style.clear = 'both'; var textarea = document.createElement('textarea'); textarea.value = content; textarea._edTimestamp = timestamp; diff -r 2c9745b5c09d -r fb4f9e6f378f install/includes/libenanoinstall.php --- a/install/includes/libenanoinstall.php Thu Feb 07 07:58:07 2008 -0500 +++ b/install/includes/libenanoinstall.php Thu Feb 07 15:45:44 2008 -0500 @@ -77,7 +77,7 @@ { global $neutral_color; $neutral_color = ( $neutral_color == 'A' ) ? 'C' : 'A'; - echo '' . htmlspecialchars($stage_name) . 'Done' . "\n"; + echo '' . htmlspecialchars($stage_name) . 'Done' . "\n"; flush(); } @@ -87,7 +87,7 @@ global $lang; $neutral_color = ( $neutral_color == 'A' ) ? 'C' : 'A'; - echo '' . htmlspecialchars($stage_name) . 'Failed' . "\n"; + echo '' . htmlspecialchars($stage_name) . 'Failed' . "\n"; flush(); close_install_table(); $post_data = ''; diff -r 2c9745b5c09d -r fb4f9e6f378f install/includes/stages/database_mysql.php --- a/install/includes/stages/database_mysql.php Thu Feb 07 07:58:07 2008 -0500 +++ b/install/includes/stages/database_mysql.php Thu Feb 07 15:45:44 2008 -0500 @@ -397,7 +397,7 @@ - Good/bad icon + Good/bad icon @@ -410,7 +410,7 @@ - Good/bad icon + Good/bad icon @@ -425,7 +425,7 @@ - Good/bad icon + Good/bad icon @@ -442,7 +442,7 @@ - Good/bad icon + Good/bad icon @@ -457,7 +457,7 @@ - Good/bad icon + Good/bad icon @@ -468,7 +468,7 @@ get('dbmysql_field_mysqlversion_blurb_willbechecked'); ?> - Good/bad icon + Good/bad icon diff -r 2c9745b5c09d -r fb4f9e6f378f install/includes/stages/database_postgresql.php --- a/install/includes/stages/database_postgresql.php Thu Feb 07 07:58:07 2008 -0500 +++ b/install/includes/stages/database_postgresql.php Thu Feb 07 15:45:44 2008 -0500 @@ -161,9 +161,9 @@