Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _forms.scss @ 15948f00

History | View | Annotate | Download (313 Bytes)

1
/* Table of Contents
2

    
3
- editable 
4

    
5
*/
6

    
7
/* editable (used for changing info asychronously) ------------------ */
8

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