Revision 96e399a4 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
65 65
  box-shadow: $shadows;
66 66
}
67 67

  
68
/* Circle and Tags ----------------------------------------------- */
69
.circle {
70
	display:inline-block;
71
    -webkit-border-radius: 999px;
72
    -moz-border-radius: 999px;
73
    border-radius: 999px;
74
    behavior: url(PIE.htc);
75
}
76

  
77
.tags {
78
	text-align:center;
79
	a {
80
		@extend .circle;
81
		width:12px;
82
		height:12px;
83
		margin:0 3px;
84
		&.tag1 { background-color:$secondary-color;}
85
		&.tag2 { background-color:$third-color;}
86
		&.tag3 { background-color:$success-color;}
87
	}
88
}
89

  
68 90

  
69 91

  
70 92
/* Buttons and Links ----------------------------------------------- */

Also available in: Unified diff