Team:UCLondon/Templates/Team-Style

From 2012e.igem.org

(Difference between revisions)
Line 129: Line 129:
   var input = "<div style='float:left; width:40%; margin:auto; color:rgb(117, 117, 117) !important; text-align:center;'>" + $(this).children().children('a').html() + $(this).children().children('.position').html() + "<br/><br/><br/>" + "<div style='text-align:justify;'>" + "<div style='font-size:12pt; text-align:center'> Attributions:</div>" + $(this).children().children('.attribution').html() + "</div>" + "</div>";
   var input = "<div style='float:left; width:40%; margin:auto; color:rgb(117, 117, 117) !important; text-align:center;'>" + $(this).children().children('a').html() + $(this).children().children('.position').html() + "<br/><br/><br/>" + "<div style='text-align:justify;'>" + "<div style='font-size:12pt; text-align:center'> Attributions:</div>" + $(this).children().children('.attribution').html() + "</div>" + "</div>";
-
   input +=  "<div style='overflow:auto; width:58%; height:90%; float:right;'><p>"+ description.html() + "</p></div>";
+
   input +=  "<div style='overflow:auto; width:58%; height:90%; float:right; text-align:justify;'><p>"+ description.html() + "</p></div>";
   $('#shadowTeam').toggle('slow', function() {
   $('#shadowTeam').toggle('slow', function() {

Revision as of 18:44, 26 October 2012