Widget:UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
.question{ | .question{ | ||
background: #C7DDEE; | background: #C7DDEE; | ||
color:#000; | |||
display: inline-block; | |||
width:20%; | |||
height:30px; | |||
} | } | ||
.cell | .cell | ||
Line 67: | Line 71: | ||
outstring += "<span class='question'>"+timestam+"</span>"; | outstring += "<span class='question'>"+timestam+"</span>"; | ||
} | } | ||
outstring += "<span class='question'>"+val.submitted+"</span>"; | outstring += "<span class='question'>"+val.submitted+"</span><br />"; | ||
}); | }); | ||
outstring += "</div>" | outstring += "</div>" |