/* Networks related styles */ .networks .items-list { .img { @include sprite('../images/network-green102x116.png', 51px, 58px); background-size:100%; } } .network { .top { .img { @include sprite('../images/network-green102x116.png', 102px, 116px); } } } #network-wizard { // color: #fff; // .check { // color: #fff; // } p { font-size: 0.8em; font-style: italic; margin: 5px 0 0; width: 545px; } li { list-style: none outside none; } .net_wiz_main { padding: 40px; width:390px; } .snf-checkbox-checked, .snf-checkbox-unchecked { font-size: 1.3em; } .subnet_options { margin: 0; li { margin-bottom: 6px; padding-left: 155px; } } // for network creation wizard .main { padding: 40px; a { color: $wizard-base-font-color;} .network_options { position: relative; width: 350px; min-height: 285px; .check, .radio_btn { position: absolute; right: 0; } li { display: block; margin-bottom: 13px; form { margin: 0; input { position: absolute; display: inline-block; right: 0; width: 200px; height: 20px; font-size: 0.9em; &.hidden { display: none; } } } &.manual form input { right: -160px; width: 150px; } } span.sub_title { float:left; } } } }