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

27 lines
408 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.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{
   white-space: nowrap !important ;
}