Changeset 977
- Timestamp:
- 11/07/08 19:08:16 (2 months ago)
- Location:
- huginmunin/trunk/web/hm/app/media
- Files:
-
- 2 modified
-
css/general.css (modified) (1 diff)
-
js/main.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
huginmunin/trunk/web/hm/app/media/css/general.css
r976 r977 732 732 #list_of_nodes .node td .mid { text-align: center; } 733 733 #list_of_nodes .node td .right { text-align: right; } 734 #list_of_nodes .node td { width: 33%; } 734 /* #list_of_nodes .node td { width: 33%; } tables aren't in nodes anymore except when editing--and we don't want it to be 33% then!! i should clean this up... lucy*/ 735 735 #list_of_nodes .node p span.n { padding: 0px; margin: 0px; } 736 736 #list_of_nodes .node p span.nn { font-size: .8em; padding-left: 10px; } -
huginmunin/trunk/web/hm/app/media/js/main.js
r976 r977 446 446 $(':input').serializeArray(), 447 447 function (responseText, textStatus, XMLHttpRequest) { 448 textarea_to_rte(container);449 448 if (container.indexOf('add_node') > -1) { 450 449 location.href = remove_get_parameter('add_node', location.href) 451 450 } 451 textarea_to_rte(container); 452 452 } 453 453 );