Revision fdd03619 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
25 25
		}
26 26
		.img-wrap {
27 27
			height: 78px;
28
			margin: 0 60px;
28 29
		}
29 30
		.img {
30 31
			margin-bottom: 20px;
......
39 40
			margin: 0 20px;
40 41
			padding:25px 0;
41 42
			position: relative;
42
			&:hover {
43
				@extend .set-border;
44
				.check {
45
					@extend .active;
46
				}
47
			}
43
		//	&:hover {
44
		//		@extend .set-border;
45
		//		.check {
46
		//			@extend .active;
47
		//		}
48
		//	}
48 49
		}
49 50
		.overlap_options {
50
			// display: none;
51
			width: 202px;
51
			display: none;
52 52
			height:180px;
53 53
			background-color: $primary-color;
54
			ul {
55
				li {
56
					padding-top: 0;
57
					a {
58
						color: white;
54
			margin: 0 20px;
55
			div {
56
				width: 50%;
57
				float: left;
58
				font-size: 14px;
59
				height: 70%;
60
				padding-left: 20px;
61
				ul {
62
					margin: 0;
63
					li {
64
						padding: 0;
65
						text-align: left;
66
						line-height: 1.7em;
67
						a {
68
							color: white;
69
						}
59 70
					}
60 71
				}
61
			}
62
			.actions_list {
72
				&.main_actions_list {
73
					border-right: 1px solid white;
74
					ul {
75
						li:first-child {
76
							padding-top: 31px;
77
						}
78
						li:nth-child(2) {
79
							padding-top: 23px;
80
						}
81
						li {
82
							a {
83
								&:hover {
84
									background-color: white;
85
									padding: 8px 12px;
86
									color: $primary-color;
87
									position: relative;
88
									left: -12px;
89
									font-weight: bold;
90
								}
91
							}
92
						}
93
					}
94
				}
95
				&.actions_list {
96
					ul {
97
						padding: 8px 0;
98
						li {
99
							a {
100
								&:hover {
101
									position: relative;
102
									left: -9px;
103
									padding: 2px 9px;
104
									color: $primary-color;
105
									background-color: white;
106
									font-weight: bold;
107
								}
108
							}
109
						}
110
					}
111
				}
112
				&.vm-name {
113
					width: 100%;
114
					border-top: 1px solid white;
115
					font-size: 13px;
116
					height:30%;
117
					color: white;
118
					padding: 4px;
119
					line-height: 1.2em;
120
				}
63 121
			}
64 122
		}
65 123
		.check {

Also available in: Unified diff