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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss
9 9
/* editable (used for changing info asychronously) ------------------ */
10 10

  
11 11
.editable {
12
	.editbuttons {		
13
		a {
14
			&.save {
15
				display: none;
16
				span {
17
					font-size: 18px;
18
				}
19
			} 
20
			&.cancel {
21
				@extend a.save
22
			}
12
	&.save, &.cancel {
13
		span {
14
			font-size: 18px;
23 15
		}
24
	}
16
	} 
25 17
	input[type="text"] {
26
		display: none;
27 18
		width: 85%;
28 19
	}
29 20
}

Also available in: Unified diff