Revision 09566b56 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss
711 711
	h3 {
712 712
		font-size:1em;
713 713
	}
714
	a:hover { color: $secondary-color;}	
714
	a { 
715
		color: $secondary-color;
716
		&:hover {
717
			text-decoration: underline;
718
		}
719
		&.close-reveal-modal:hover {
720
			text-decoration: none;
721
			color:$secondary-color;
722
		}
723
	}	
715 724
}
716 725

  
717 726

  
......
731 740
	.editable {
732 741
		position: relative;
733 742
		.input-txt {
734
			width:320px;
743
			display: inline-block;
735 744
		}
736 745
		.editbuttons {
737
			position: absolute;
738
			left:340px;
739
			top:0;
746
			display: inline-block;
747
			margin-left:20px;
740 748
			a {
741 749
				&.save, 
742 750
				&.cancel { 

Also available in: Unified diff