Revision 0475bca1 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/overlay2.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/overlay2.scss
31 31
				border: 1px solid $link-color;
32 32
				padding: 5px 10px;
33 33
				text-align: left;
34
				top: 0;
34
				top: 26px;
35 35
				left: 40px;
36 36
				margin: 0;
37 37
				background: white;
38
				min-height: 80px;
39 38
				a {
40 39
					border-radius: 0;
41 40
					border:0  none;
......
50 49
					content: '';
51 50
					display: block;
52 51
					position: absolute;
53
					top: 49px;
52
					top: 23px;
54 53
					left: -20px;
55 54
					width: 0;
56 55
					height: 0;
......
62 61
					content: '';
63 62
					display: block;
64 63
					position: absolute;
65
					top: 48px;
64
					top: 22px;
66 65
					left: -22px;
67 66
					width: 0;
68 67
					height: 0;
......
70 69
					border-style: solid;
71 70
					border-width: 11px;
72 71
				}
72
				&.many {
73
					top: 0px;
74
					&:after {
75
						top: 49px;
76
					}
77
					&:before {
78
						top: 48px;
79
					}
80
				}
73 81
			}
74 82
			&:hover {
75 83
				ul {

Also available in: Unified diff