Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _wizard-carousel.scss @ 0105abee

History | View | Annotate | Download (138 Bytes)

1
.wizard-content {
2
	overflow: hidden;
3
	width:100%;
4
	.vm-wizard-carousel {
5
		position:relative;
6
		left:0;
7
		.step {
8
			float:left;
9
		}
10
	}
11
}