Changeset 14102
- Timestamp:
- 07/31/08 12:36:17 (5 years ago)
- Location:
- branches/r35/htdocs
- Files:
-
- 2 modified
-
js/contextualhover.js (modified) (2 diffs)
-
stc/contextualhover.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/r35/htdocs/js/contextualhover.js
r14100 r14102 339 339 message.appendChild(sendmessage); 340 340 content.appendChild(message); 341 content.appendChild(document.createElement("br")); 341 342 } 342 343 … … 400 401 // add a bar between stuff if we have community actions 401 402 if ((data.is_logged_in && data.is_comm) || (message && friend)) 402 content.appendChild( bar.cloneNode(true));403 content.appendChild(document.createElement("br")); 403 404 404 405 if (friend) -
branches/r35/htdocs/stc/contextualhover.css
r9610 r14102 3 3 margin: 5px 0 0 20px; 4 4 font: normal 11px "Arial", "Verdana", sans-serif !important; 5 text-align: left; 5 6 } 6 7
