Revision 026edcbc 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
78 78
				}
79 79
			}
80 80
		}
81

  
81
	}
82
	&.list-view {
83
		li {
84
			width:100%;
85
		}
82 86
	}
83 87
}
84 88

  
......
86 90
	.entities {
87 91
		.items-list {
88 92
			@include block-grid(4, 20px, true);
93
			&.list-view	{
94
				li {
95
					width:100%;
96
				}
97
			}
89 98
		}
90 99
	} 
91 100
}

Also available in: Unified diff