36 lines
548 B
CSS
36 lines
548 B
CSS
label{
|
|
white-space: nowrap !important;
|
|
}
|
|
.style_switch{}
|
|
|
|
.style_switch ul{
|
|
margin: 0;
|
|
}
|
|
|
|
.style_switch li{
|
|
float: left;
|
|
list-style: none outside none;
|
|
margin: 0 30px 0 0;
|
|
width: 103px;
|
|
}
|
|
.style_radio{
|
|
cursor: pointer;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
.style_img{
|
|
display: block;
|
|
margin: 5px 0 5px -28px;
|
|
}
|
|
|
|
.style_description{
|
|
color: #6B6B6B;
|
|
display: block;
|
|
font-size: 12px;
|
|
margin: 0 0 0 -25px;
|
|
white-space: normal;
|
|
}
|
|
|
|
label{
|
|
white-space: nowrap !important ;
|
|
}
|