Changeset 977

Show
Ignore:
Timestamp:
11/07/08 19:08:16 (2 months ago)
Author:
lucy
Message:

widened edit box in node list. should clean up cruft sometime...

Location:
huginmunin/trunk/web/hm/app/media
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/app/media/css/general.css

    r976 r977  
    732732#list_of_nodes .node td .mid { text-align: center; } 
    733733#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*/ 
    735735#list_of_nodes .node p span.n { padding: 0px; margin: 0px; } 
    736736#list_of_nodes .node p span.nn { font-size: .8em; padding-left: 10px; } 
  • huginmunin/trunk/web/hm/app/media/js/main.js

    r976 r977  
    446446                $(':input').serializeArray(), 
    447447                function (responseText, textStatus, XMLHttpRequest) { 
    448                         textarea_to_rte(container); 
    449448                        if (container.indexOf('add_node') > -1) { 
    450449                                location.href = remove_get_parameter('add_node', location.href) 
    451450                        } 
     451                        textarea_to_rte(container); 
    452452                } 
    453453        );