Revision 1fda8642 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
18 18
	.welcome {
19 19
		display:none;
20 20
		}
21
		&.no-vm {
22
			background:url(../images/draw-welcome.png) no-repeat center 50px $secondary-color;
23
			.welcome {
24
				display:none;
25
				color:#fff;
26
				text-align:center;
27
				position: relative;
28
				top:-15px;
29
				left:75px;
30
				display:block;
31
			}
21
	&.no-vm {
22
		background:url(../images/draw-welcome.png) no-repeat center 50px $secondary-color;
23
		.welcome {
24
			display:none;
25
			color:#fff;
26
			text-align:center;
27
			position: relative;
28
			top:-15px;
29
			left:75px;
30
			display:block;
32 31
		}
33

  
34
	.overlay-area-reveal {
35
		.reveal-modal {
36
			padding:65px 140px 40px;
37
		    h3 {
38
		        font-size:1em;
39
		    }
40
		    p {
41
				color: white;
42
				text-align: center;
43
				&.message-forimg {
44
					margin-top:132px;
45
					margin-bottom: 35px; // 20px from background icon
32
	}
33
	.reveal-modal {
34
		padding:65px 140px 40px;
35
	    h3 {
36
	        font-size:1em;
37
	    }
38
	    p {
39
			color: white;
40
			text-align: center;
41
			&.message-forimg {
42
				margin-top:132px;
43
				margin-bottom: 35px; // 20px from background icon
44
			}
45
			&.buttons {
46
				a:first-child {
47
					margin-right:25px;
46 48
				}
47
				&.buttons {
48
					a:first-child {
49
						margin-right:25px;
50
					}
49
			}
50
		}
51
		&#start-confirm {
52
			background: $secondary-color url('../images/shutdown.png') no-repeat center 50px;	//55px from top
53
	    }
54
	    &#reboot-confirm {
55
			background: #ff7049 url('../images/restart.png') no-repeat center 50px;
56
			.btn4 {
57
			background-color: #ff7049;
58
			border-color: white;
59
			&:hover {
60
					color: #ff7049;
61
					background-color: white;
62
					border-color: #ff7049;
51 63
				}
52 64
			}
53
			&#start-confirm {
54
				background: $secondary-color url('../images/shutdown.png') no-repeat center 50px;	//55px from top
55
		    }
56
		    &#reboot-confirm {
57
				background: #ff7049 url('../images/restart.png') no-repeat center 50px;
58
				.btn4 {
65
		}
66
		&#shutdown-confirm {
67
		background: #ff7049 url('../images/shutdown.png') no-repeat center 50px;	//55px from top
68
			.btn4 {
59 69
				background-color: #ff7049;
60 70
				border-color: white;
61 71
				&:hover {
62
						color: #ff7049;
63
						background-color: white;
64
						border-color: #ff7049;
65
					}
72
					color: #ff7049;
73
					background-color: white;
74
					border-color: #ff7049;
66 75
				}
67 76
			}
68
			&#shutdown-confirm {
69
			background: #ff7049 url('../images/shutdown.png') no-repeat center 50px;	//55px from top
70
				.btn4 {
71
					background-color: #ff7049;
72
					border-color: white;
73
					&:hover {
74
						color: #ff7049;
75
						background-color: white;
76
						border-color: #ff7049;
77
					}
77
		}
78
		&#destroy-vm-confirm {
79
		background: #d7145a url('../images/destroy-vm.png') no-repeat center 46px;	//55px from top
80
			.btn4 {
81
				background-color: #d7145a;
82
				border-color: white;
83
				&:hover {
84
					color: #d7145a;
85
					background-color: white;
86
					border-color: #d7145a;
78 87
				}
79 88
			}
80
			&#destroy-vm-confirm {
81
			background: #d7145a url('../images/destroy-vm.png') no-repeat center 46px;	//55px from top
82
				.btn4 {
83
					background-color: #d7145a;
84
					border-color: white;
85
					&:hover {
86
						color: #d7145a;
87
						background-color: white;
88
						border-color: #d7145a;
89
					}
89
		}
90
		&#destroy-network-confirm {
91
			background: #d7145a url('../images/destroy-network-1.png') no-repeat center 50px;	//55px from top
92
			.btn4 {
93
				background-color: #d7145a;
94
				border-color: white;
95
				&:hover {
96
					color: #d7145a;
97
					background-color: white;
98
					border-color: #d7145a;
90 99
				}
91 100
			}
92
			&#destroy-network-confirm {
93
				background: #d7145a url('../images/destroy-network-1.png') no-repeat center 50px;	//55px from top
94
				.btn4 {
95
					background-color: #d7145a;
96
					border-color: white;
97
					&:hover {
98
						color: #d7145a;
99
						background-color: white;
100
						border-color: #d7145a;
101
					}
101
		}
102
		&#destroy-disk-confirm {
103
			background: #d7145a url('../images/destroy-disk.png') no-repeat center 50px;	//55px from top
104
			.btn4 {
105
				background-color: #d7145a;
106
				border-color: white;
107
				&:hover {
108
					color: #d7145a;
109
					background-color: white;
110
					border-color: #d7145a;
102 111
				}
103 112
			}
104
			&#destroy-disk-confirm {
105
				background: #d7145a url('../images/destroy-disk.png') no-repeat center 50px;	//55px from top
106
				.btn4 {
107
					background-color: #d7145a;
108
					border-color: white;
109
					&:hover {
110
						color: #d7145a;
111
						background-color: white;
112
						border-color: #d7145a;
113
					}
114
				}
115 113

  
116
			}
117
			&#vm-connect {
118
				p {
119
					text-align:left;
120
					color: black;
121
					&.info {
122
						font-style: italic;
123
						font-size: 0.8125em;
124
						color: #9e9ea1;
125
					}
126
					&.ssh {
127
						text-align: center;
128
						span {
129
							display: inline;
130
						}
131
					}
114
		}
115
		&#vm-connect {
116
			p {
117
				text-align:left;
118
				color: black;
119
				&.info {
120
					font-style: italic;
121
					font-size: 0.8125em;
122
					color: #9e9ea1;
132 123
				}
133
				.close-reveal-modal {
134
					color: $link-color;
135
					&:hover {
136
						color: $link-color-hover;
124
				&.ssh {
125
					text-align: center;
126
					span {
127
						display: inline;
137 128
					}
138 129
				}
139 130
			}
140

  
131
			.close-reveal-modal {
132
				color: $link-color;
133
				&:hover {
134
					color: $link-color-hover;
135
				}
136
			}
141 137
		}
142 138
	}
143

  
144 139
	.overlay-area-custom {
145 140
		display:none;
146 141
		position:absolute;

Also available in: Unified diff