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

36 lines
548 B
CSS
Raw Normal View History

2013-01-16 06:07:09 +00:00
label{
white-space: nowrap !important;
}
2013-01-14 10:49:23 +00:00
.style_switch{}
2013-01-16 06:07:09 +00:00
.style_switch ul{
margin: 0;
}
2013-01-14 10:49:23 +00:00
.style_switch li{
float: left;
list-style: none outside none;
margin: 0 30px 0 0;
width: 103px;
}
.style_radio{
2013-01-16 06:07:09 +00:00
cursor: pointer;
margin: 0 0 0 10px;
2013-01-14 10:49:23 +00:00
}
.style_img{
display: block;
2013-01-16 06:07:09 +00:00
margin: 5px 0 5px -28px;
2013-01-14 10:49:23 +00:00
}
.style_description{
color: #6B6B6B;
display: block;
2013-01-16 06:07:09 +00:00
font-size: 12px;
margin: 0 0 0 -25px;
white-space: normal;
2013-01-14 10:49:23 +00:00
}
label{
2013-02-20 09:25:20 +00:00
white-space: nowrap !important ;
}