40 lines
932 B
CSS
40 lines
932 B
CSS
|
|
.icon_report {
|
||
|
|
background: url('../../icon/Icon16/report.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_radio_button {
|
||
|
|
background: url('../../icon/Icon16/radio_button.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon_check_box_uncheck {
|
||
|
|
background: url('../../icon/Icon16/check_box_uncheck.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon_ask_and_answer {
|
||
|
|
background: url('../../icon/Icon16/ask_and_answer.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon_add16 {
|
||
|
|
background: url('../../icon/Icon16/add.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon_arrow_up {
|
||
|
|
background: url('../../icon/Icon16/arrow_up.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_arrow_down {
|
||
|
|
background: url('../../icon/Icon16/arrow_down.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.save_as {
|
||
|
|
background: url('../../icon/Icon16/save_as.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.q_item
|
||
|
|
{
|
||
|
|
padding-left: 40px;
|
||
|
|
padding-top: 5px;
|
||
|
|
}
|
||
|
|
.q_question
|
||
|
|
{
|
||
|
|
padding-left: 20px;
|
||
|
|
padding-top: 5px;
|
||
|
|
}
|
||
|
|
|