Revision 2eef02ae snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
62 62
		margin-right: 30px;
63 63
		margin-left:30px;
64 64
		.items-list {
65
			overflow: visible;
65 66
			&>li {
66 67
				padding-right: 0;
67 68
				padding-left: 0;
68 69
				height:60px;
69 70
				&>*	{
70 71
					display: inline-block;
71
					overflow: hidden;
72
					// overflow: hidden;
72 73
					// border: 1px solid pink;
73 74
					height: 100%;
74 75
					line-height: 100%;
......
104 105
					}
105 106
				}
106 107
				.project {
107
					position: relative;
108
					width: 35%;
108
					.style-1 {
109

  
110
					}
111
					position: absolute;
112
					top: 14px;
113
					right: -164px;
114
					width: 300px;
109 115
					font-size: emCalc(12px);
116
					.name {
117
						position: relative;
118
						top: 5px;
119
						width: 191px;
120
						display: inline-block;
121
						text-align: left;
122
						padding-left: 10px;
123
						padding-right: 10px;
124
					}
110 125
					.available {
111 126
						list-style: none;
112
						visibility: hidden;
127
						display: none;
113 128
						width: 100%;
129
						background-color: white;
130
						border: 1px solid $gray-2;
131
						position: absolute;
132
						right: 0px;
133
						top: 24px;
134
						padding-bottom: 10px;
135
						li {
136
							a{
137
								display: inline-block;
138
								width: 100%;
139
								.name {
140
									display: inline-block;
141
									width: 100%;
142
								}
143
							}
144
						}
114 145
					}
115 146
					.btn-more {
147
						float: right;
116 148
						display: inline-block;
117
						margin-left: 5px;
118
						border: 1px solid $gray-2;
149
						margin-left: 16px;
150
						border: 1px solid transparent;
151
						padding: 4px;
152
						padding-right: 0;
153
						width: 90px;
154
						&.style-1, .snf-arrow-down.style-1 {
155
							border: 1px solid $gray-2;
156
							}
157
						&.style-2 {
158
							background-color: $gray-2;
159
							color: white;
160
						}
119 161
						.explain {
120 162
								display: none;
163
								margin-right: 12px;
121 164
						}
122 165
						.snf-arrow-down {
166
							width: 20px;
167
							height: 20px;
168
							line-height: 20px;
169
							border: 1px solid transparent;
170
							display: inline-block;
123 171
						}
124 172
					}
125 173

  

Also available in: Unified diff