summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/question.css
blob: a57b6dd3f40f518a4e36679d47cd0b989de0d676 (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: #5DFC0A;
    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;
}