Revision 4f3fc1ed snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
73 73
		overflow: visible;
74 74
		&>li {
75 75
			text-align: left;
76
			padding-right: 0;
77
			padding-left: 0;
76
			padding-right: 15px;
77
			padding-left: 15px;
78 78
			.col {
79 79
				float: left;
80 80
			}
......
83 83
				width: auto;
84 84
			}
85 85
			.basic-data {
86
				width: 20%;
86
				width: 250px;
87 87
			}
88 88
			.size-data{
89
				width: 40%;
89
				width: 400px;
90 90
				.progress-col {
91 91
					padding-top: 7px;
92 92
					.progress {
......
111 111
			}
112 112
			h5 {
113 113
				float: left;
114
				width: 20%;
114
				width: 200px;
115 115
				font-size: emCalc(14px);
116 116
				font-weight: normal;
117 117
				line-height: $list-icon-height;
118 118
				height: $list-icon-height;
119 119
				margin: 0;
120
				padding:0 20px;
121
				overflow: hidden;
122
				white-space: nowrap;
120 123
			}
121 124
			.project {
122 125
				line-height: $list-icon-height;
123 126
				height: $list-icon-height;
124
				width: 18%;
127
				width: 100px;
125 128
				font-size: emCalc(14px);
126 129
				position: relative;
127 130
				right: 0;
......
135 138
					display: none;
136 139
					z-index: 1;
137 140
					background: #fff;
141
					min-width: 100px + 200px;
138 142
					li {
139
						padding: 4px 0;
143
						padding: 6px 5px;
140 144
					}
141 145
				}
142 146
				.btn-more {
......
171 175

  
172 176
			}
173 177
			.img-wrap {
174
				.snf-folder-full {
175
					font-size: emCalc(34px);
176
					color: $secondary-color;
177
				}
178
				span:not(.snf-folder-full) {
178
				background-position: left center;
179
				text-align: left;
180
				span {
179 181
					color: $gray-2;
180 182
					font-size: emCalc(16px);
181 183
					position: relative;
182
					bottom: 5px;
183
					left: -28px;
184
					top: 1px;
185
					left: 23px;
184 186
				}
185 187
			}
186

  
187 188
		}
188 189
	}
189 190
}

Also available in: Unified diff