Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _forms.scss @ 97cd255d

History | View | Annotate | Download (2.3 kB)

1 15948f00 Olga Brani
/* Table of Contents
2 15948f00 Olga Brani
3 3231ff01 Olga Brani
- editable
4 3231ff01 Olga Brani
- universal form styles
5 3231ff01 Olga Brani
- vm wizard styles
6 15948f00 Olga Brani
*/
7 15948f00 Olga Brani
8 b3ffc710 Olga Brani
9 15948f00 Olga Brani
/* editable (used for changing info asychronously) ------------------ */
10 15948f00 Olga Brani
11 673ea014 Olga Brani
.editable {
12 673ea014 Olga Brani
	.editbuttons {		
13 673ea014 Olga Brani
		a {
14 8db75456 Athina Bekakou
			&.save {
15 8db75456 Athina Bekakou
				display: none;
16 8db75456 Athina Bekakou
				span {
17 8db75456 Athina Bekakou
					font-size: 18px;
18 8db75456 Athina Bekakou
				}
19 8db75456 Athina Bekakou
			} 
20 8db75456 Athina Bekakou
			&.cancel {
21 8db75456 Athina Bekakou
				@extend a.save
22 8db75456 Athina Bekakou
			}
23 673ea014 Olga Brani
		}
24 673ea014 Olga Brani
	}
25 673ea014 Olga Brani
	input[type="text"] {
26 673ea014 Olga Brani
		display: none;
27 673ea014 Olga Brani
	}
28 af86484e Olga Brani
}
29 3231ff01 Olga Brani
30 3231ff01 Olga Brani
31 3231ff01 Olga Brani
/* universal form styles ------------------ */
32 3231ff01 Olga Brani
33 05689a8e Olga Brani
.input {
34 05689a8e Olga Brani
	display: inline-block;
35 b3ffc710 Olga Brani
	padding-left:6px;
36 05689a8e Olga Brani
	input[type="text"] {
37 bba1c85c Olga Brani
		width: 142px;
38 05689a8e Olga Brani
		padding:0 12px 0 6px;
39 05689a8e Olga Brani
		border:0 none;
40 05689a8e Olga Brani
		background-color: transparent;
41 05689a8e Olga Brani
		outline: 0;
42 05689a8e Olga Brani
		margin:0;
43 b3ffc710 Olga Brani
		@include box-shadow(none);
44 af86484e Olga Brani
	}
45 05689a8e Olga Brani
}
46 3231ff01 Olga Brani
47 3231ff01 Olga Brani
48 9bae51cb Athina Bekakou
.snf-color-picker {
49 9bae51cb Athina Bekakou
    display: none;
50 493f6417 Athina Bekakou
	&>form {
51 493f6417 Athina Bekakou
		height:237px;
52 493f6417 Athina Bekakou
		width: 100%
53 493f6417 Athina Bekakou
	}
54 4cb1fbf9 Athina Bekakou
55 493f6417 Athina Bekakou
	#picker {
56 493f6417 Athina Bekakou
	    position: relative;
57 493f6417 Athina Bekakou
	    width: 207px;
58 493f6417 Athina Bekakou
	    margin: 25px 5px 30px;
59 493f6417 Athina Bekakou
	    display: inline-block;
60 314323e8 Athina Bekakou
	}
61 4cb1fbf9 Athina Bekakou
		.color-preview {
62 4cb1fbf9 Athina Bekakou
			@include circle(9px);
63 4cb1fbf9 Athina Bekakou
			// background-color: #16C1E9;
64 4cb1fbf9 Athina Bekakou
			position: relative;
65 4cb1fbf9 Athina Bekakou
			left: 10px;
66 4cb1fbf9 Athina Bekakou
			bottom: -5px;
67 493f6417 Athina Bekakou
			margin: 0 15px 0 10px;
68 493f6417 Athina Bekakou
			vertical-align: text-bottom;
69 4cb1fbf9 Athina Bekakou
			border-color: transparent;
70 493f6417 Athina Bekakou
			color: transparent;
71 493f6417 Athina Bekakou
		}
72 493f6417 Athina Bekakou
}
73 9bae51cb Athina Bekakou
74 493f6417 Athina Bekakou
/* detailed view styles ------------------ */
75 493f6417 Athina Bekakou
.details {
76 493f6417 Athina Bekakou
	.input{
77 493f6417 Athina Bekakou
		background:url(../images/input-bg-lt-black.png) no-repeat left bottom;
78 493f6417 Athina Bekakou
		input[type="text"] {
79 493f6417 Athina Bekakou
			background:url(../images/input-bg-rt-black.png) no-repeat right bottom;
80 493f6417 Athina Bekakou
			color: $body-font-color;
81 493f6417 Athina Bekakou
			@include placeholder {
82 493f6417 Athina Bekakou
				color:$primary-color;
83 493f6417 Athina Bekakou
			}
84 b3ffc710 Olga Brani
		}
85 314323e8 Athina Bekakou
	}
86 af86484e Olga Brani
}
87 493f6417 Athina Bekakou
88 493f6417 Athina Bekakou
89 493f6417 Athina Bekakou
/* vm wizard styles ------------------ */
90 af86484e Olga Brani
.wizard {
91 af86484e Olga Brani
	form.custom .custom.dropdown.medium {
92 ceaaa3be Olga Brani
		background:$overlay-bg-color;
93 af86484e Olga Brani
		color:white;
94 af86484e Olga Brani
	}
95 af86484e Olga Brani
	form.custom .custom.dropdown .current {
96 af86484e Olga Brani
		color:white;
97 af86484e Olga Brani
	}
98 af86484e Olga Brani
	form.custom .custom.dropdown .selector {
99 af86484e Olga Brani
		border-left:1px solid white;
100 af86484e Olga Brani
		height: 30px;
101 af86484e Olga Brani
	}
102 af86484e Olga Brani
	form.custom .custom.dropdown.open ul {
103 ceaaa3be Olga Brani
		background:$overlay-bg-color;
104 af86484e Olga Brani
		color:white;
105 af86484e Olga Brani
	}
106 af86484e Olga Brani
	form.custom .custom.dropdown ul li {
107 af86484e Olga Brani
		color:white;
108 af86484e Olga Brani
	}
109 af86484e Olga Brani
	form.custom .custom.dropdown ul li.selected {
110 af86484e Olga Brani
		color:white;
111 ceaaa3be Olga Brani
		background:lighten($overlay-bg-color,10%);
112 af86484e Olga Brani
	}
113 af86484e Olga Brani
	form.custom .custom.dropdown ul li:hover {
114 ceaaa3be Olga Brani
		background:lighten($overlay-bg-color,20%);
115 af86484e Olga Brani
		color:white;
116 af86484e Olga Brani
	}
117 493f6417 Athina Bekakou
118 493f6417 Athina Bekakou
	.input {
119 493f6417 Athina Bekakou
		background:url(../images/input-bg-lt.png) no-repeat left bottom;
120 493f6417 Athina Bekakou
		input[type="text"] {
121 493f6417 Athina Bekakou
			background:url(../images/input-bg-rt.png) no-repeat right bottom;
122 493f6417 Athina Bekakou
			color: $wizard-base-font-color;
123 493f6417 Athina Bekakou
			@include placeholder {
124 493f6417 Athina Bekakou
			color:$body-font-color;
125 493f6417 Athina Bekakou
			}
126 493f6417 Athina Bekakou
		}
127 493f6417 Athina Bekakou
	}
128 493f6417 Athina Bekakou
}