Revision 969d4e10 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_wizards.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_wizards.scss
611 611
			                                    color:#fff;
612 612
			                                    margin-left:145px;
613 613
			                                }
614
			                                .with-checkbox {
614
			                                .trigger-checkbox {
615 615
			                                    a {
616 616
			                                        span {
617 617
			                                            color: #fff;
......
755 755
		} // end of .wizard
756 756

  
757 757

  
758

  
759

  
760

  
761

  
762 758
// for network creation wizard
763 759
#network-wizard {
764 760

  
......
766 762
		&.nav:focus {
767 763
			border: none;
768 764
		}
769
		&.radio_btn:focus, &.check:focus{
765
		&.radiobtn:focus, &.check:focus{
770 766
				border: 1px solid #aee7cc;
771 767
				padding: 2px;
772 768
			}
......
774 770
	.snf-checkbox-checked, .snf-checkbox-unchecked {
775 771
		font-size: 1.3em;
776 772
	}
777
	.subnet_options {
773
	.subnet-options {
778 774
		margin: 0;
779 775
		li {
780 776
			margin-top: 20px;
......
782 778
	}
783 779
	.step {
784 780
		a {	color: $wizard-base-font-color;}
785
		.network_options {
781
		.network-options {
786 782
			position: relative;
787 783
			padding-bottom: 20px;
788 784
			.explanatory {
......
790 786
					margin-top:20px;
791 787
					margin-bottom:60px;
792 788
			}
793
			.check, .radio_btn {
789
			.check, .radiobtn {
794 790
				position: absolute;
795 791
				right: 0;
796 792
				&:focus {
......
834 830
		&.nav:focus {
835 831
			border: none;
836 832
		}
837
		&.radio_btn:focus, &.check:focus{
833
		&.radiobtn:focus, &.check:focus{
838 834
				border: 1px solid #aee7cc;
839 835
				padding: 2px;
840 836
			}

Also available in: Unified diff