summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/question.css
blob: a4abdf56cd004d921ca2e8c710382f8c7135a688 (plain)
1
2
3
4
5
6
7
8
9
10
11
.time-div
{
    background-color:red;
    border:2px solid black;
    padding: 2px;
    vertical-align:middle;
    width:auto;
    height:12px;
    float:right;
    border-radius: 6px 6px 6px 6px;
}