45 lines
712 B
CSS
45 lines
712 B
CSS
/*****************/
|
|
/** QapTcha CSS **/
|
|
/*****************/
|
|
#QapTcha {
|
|
margin-top:10px;
|
|
}
|
|
#QapTcha .clr{ clear:both}
|
|
|
|
#QapTcha #bgSlider {
|
|
width:202px;
|
|
height:22px;
|
|
background:transparent url('sprites.png') no-repeat 0 -22px;
|
|
float:left
|
|
}
|
|
|
|
#QapTcha #Slider {
|
|
width:48px;
|
|
height:22px;
|
|
background:transparent url('sprites.png') no-repeat -32px 0;
|
|
cursor:e-resize
|
|
}
|
|
|
|
#QapTcha #Icons {
|
|
float:left;
|
|
width:16px;
|
|
height:16px;
|
|
background:transparent url('sprites.png') no-repeat 0 0;
|
|
margin-top:3px;
|
|
margin-left:10px;
|
|
}
|
|
|
|
#QapTcha #TxtStatus {
|
|
float:left;
|
|
width:202px;
|
|
margin:4px 0 0 5px;
|
|
font-size:12px;
|
|
}
|
|
|
|
/** States **/
|
|
#QapTcha .dropSuccess {
|
|
color:#67A611
|
|
}
|
|
#QapTcha .dropError {
|
|
color:#bb2828
|
|
} |