orbit-basic/app/assets/stylesheets/admin/default_widget_setting.css

27 lines
404 B
CSS
Raw Normal View History

2013-01-14 10:49:23 +00:00
.style_switch{}
.style_switch ul{}
.style_switch li{
float: left;
list-style: none outside none;
margin: 0 30px 0 0;
width: 103px;
}
.style_radio{
margin: 0 0 5px 10px;
}
.style_img{
display: block;
margin: 0 0 5px;
}
.style_description{
color: #6B6B6B;
display: block;
margin: 0 0 0 5px;
}
label{
2013-01-15 18:37:49 +00:00
white-space: nowrap !important ;
2013-01-14 10:49:23 +00:00
}