Changeset 14102

Show
Ignore:
Timestamp:
07/31/08 12:36:17 (5 years ago)
Author:
sup
Message:

[int: commitback from r14101]

Location:
branches/r35/htdocs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/r35/htdocs/js/contextualhover.js

    r14100 r14102  
    339339            message.appendChild(sendmessage); 
    340340            content.appendChild(message); 
     341            content.appendChild(document.createElement("br")); 
    341342        } 
    342343 
     
    400401        // add a bar between stuff if we have community actions 
    401402        if ((data.is_logged_in && data.is_comm) || (message && friend)) 
    402             content.appendChild(bar.cloneNode(true)); 
     403            content.appendChild(document.createElement("br")); 
    403404 
    404405        if (friend) 
  • branches/r35/htdocs/stc/contextualhover.css

    r9610 r14102  
    33    margin: 5px 0 0 20px; 
    44    font: normal 11px "Arial", "Verdana", sans-serif !important; 
     5    text-align: left; 
    56    } 
    67