Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _overlay1.scss @ e4a6c3b8

History | View | Annotate | Download (1.5 kB)

1
.main .vms .items-list {
2
	li.testOverlay {
3
		.more {
4
			width: 222px;
5
			top: 0;
6
			left: 0;
7
			background-color: $gray-4;
8
			padding: 14px;
9
			height: 215px;
10
			.temp {
11
				display: inline-block;
12
				margin-left:7px;
13
				position: relative;
14
				top: 0;
15
				overflow-y: auto;
16
			}
17
			.actions-list {
18
				list-style: none;
19
				margin-left: 0;
20
				display: inline-block;
21
				margin-left:7px;
22
				position: relative;
23
				top: 0;
24
				
25
				a {
26
					font-size: 12px;
27
				}
28
			}
29
			.name {
30
				background-image: none;
31
				padding: 10px 20px;
32
			}
33
			.main-btns {
34
				text-align: center;
35
				font-size:12px;
36
				padding-right: 22px;
37
				padding-left: 22px;
38
				a:first-child {
39
					margin-right: 20px;
40
				}
41
				span {
42
					@include circle(10px, transparent);
43
					border: 1px solid;
44
					line-height: 20px;
45
					font-size: 16px;
46
					margin-right: 4px;
47
					
48
				}
49
			}
50
			.actions-area {
51
				margin-bottom:10px;
52
				height: 100px;
53
				overflow: hidden;
54
				text-align: left;
55
				margin-right: 24px;
56
				margin-left: 24px;
57

    
58
			}
59
			.arrows {
60
				width: 20px;
61
				display: inline-block;
62
				float: right;
63
				a {
64
					display: inline-block;
65
					height: 20px;
66
					width: 20px;
67
					background-image: url("../images/ios7-arrow-down.png");
68
					background-size: 20px;
69
					&.inactive {
70
						background-image: url("../images/ios7-arrow-down-inactive.png");
71
					}
72
					&:first-child {
73
						background-image: url("../images/ios7-arrow-up.png");
74
						margin-bottom: 48px;
75
						&.inactive {
76
							background-image: url("../images/ios7-arrow-up-inactive.png");
77
						}
78
					}
79
				}
80

    
81
			}
82
		}
83
	}
84
}