Revision 52b4bfd7 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss
70 70
}
71 71

  
72 72

  
73
.create-vm {
74
	.select-os {
75
		li {
76
			width:23%;
77
			padding:20px;
78
			list-style:none outside none;
79
			display: inline-block;
80
			float: left;
81
			height: 200px;
82
			margin:0 10px 10px 0;
83
			&:hover,
84
			&.selected {
85
				background:#fff;
86
				h2, p, a {
87
					color:$secondary-color;
88
				}
89
			}
90
			a {
91
				color:#fff;
92
			}
93
			.os {
94
				@include sprite('../images/os-unknown.png', 30px, 30px);
95
				background-size:100%;
96
				margin-bottom:2em;
97
				&.windows { background-image:url('../images/os-windows.png'); }
98
				&.kubuntu { background-image:url('../images/os-kubuntu.png'); }
99
				&.fedora { background-image:url('../images/os-fedora.png'); }
100
			}
101
			h2 {
102
				font-size:emCalc(16px);
103
				font-weight:normal;
104
				color:#fff;
105
			}
106
			.details {
107
				font-weight:bold;
108
				font-size:emCalc(14px);
109
			}
110
		}
111
	}
112
	.select-flavor {
113
		dl {
114
			color:#fff;
115
			font-size:emCalc(20px);
116
			margin-bottom:10px;
117
			dd {
118
				width:23%;
119
				display: inline-block;
120
			}
121
			dt {
122
				width:70%;
123
				display: inline-block;
124
				font-weight: normal;
125
				span {
126
					@extend .btn3;
127
					min-width: 90px;
128
					margin:0 10px;
129
					&:first-child {
130
						margin-left:0;
131
					}
132
				}
133
			}
134
		}
135
	}
136
}
137

  
138 73
#vm-connect {
139 74
	.info {
140 75
		font-style:italic;

Also available in: Unified diff