Revision 05689a8e snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss
24 24
		display: none;
25 25
	}
26 26
}
27
.input {
28
	display: inline-block;
29
	background:url(../images/input-bg-lt.png) no-repeat left bottom;
30
	padding-left:5px;
31
	input[type="text"] {
32
		width: 145px;
33
		padding:0 12px 0 6px;
34
		border:0 none;
35
		background:url(../images/input-bg-rt.png) no-repeat right bottom;
36
		background-color: transparent;
37
		outline: 0;
38
		margin:0;
39
		color: $wizard-base-font-color;
40
		//to be improved!!!!
41
		-webkit-box-shadow: none;
42
		-moz-box-shadow:    none;
43
		box-shadow: none;
27 44

  
28
.advanced-conf-step {
29
	.input {
30
		display: inline-block;
31
		background:url(../images/input-bg-lt.png) no-repeat left bottom;
32
		padding-left:6px;
33
		input[type="text"] {
34
			width: 145px;
35
			padding:0 12px 0 6px;
36
			border:0 none;
37
			background:url(../images/input-bg-rt.png) no-repeat right bottom;
38
			background-color: transparent;
39
			outline: 0;
40
			margin:0;
41
			color: $wizard-base-font-color;
42
			//to be improved!!!!
43
			-webkit-box-shadow: none;
44
			-moz-box-shadow:    none;
45
			box-shadow: none;
46

  
47
			&.tag_name {
48
				width: 70px;
49
			}
45
		&.tag_name {
46
			width: 70px;
50 47
		}
51 48
	}
49
}
50
.advanced-conf-step {
52 51
	#color {
53 52
		@extend .tag-demo;
54 53
		margin: 0 6px 0 15px;
......
61 60
		height:237px;
62 61
		width: 100%
63 62
	}
64

  
65 63
}
66 64
.wizard {
67 65
	form.custom .custom.dropdown.medium {

Also available in: Unified diff