summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/question.css
blob: 3fd0c3c4bfbbe11875f901f0f49ee87545dd5ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.time-div
{
    background-color:black;
    padding: 8px;
    color: white;
    vertical-align:middle;
    width:150px;
    float:right;
    border-radius: 6px 6px 6px 6px;
}
.td1-class
{
	width:175px;	
}
.td2-class
{
	width:50px;
}
.page-header {
  height:50px;
  text-align: center;
  background-color: #f5f5f5;
  padding: 35px 20px 10px;
  margin: -20px -20px 20px;
}