From cbe889f49653e8feca97f4ef7a53f5c6d3869e8e Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 23 Jun 2016 14:40:33 +0100 Subject: [PATCH] #263 remove css responsiveness from demo --- .../app/components/files/files.component.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/demo-shell-ng2/app/components/files/files.component.css b/demo-shell-ng2/app/components/files/files.component.css index b7c0943425..e69de29bb2 100644 --- a/demo-shell-ng2/app/components/files/files.component.css +++ b/demo-shell-ng2/app/components/files/files.component.css @@ -1,17 +0,0 @@ -/* small desktop */ -@media all and (max-width: 1200px) {} - -/* tablet */ -@media all and (max-width: 1024px) {} - - /* mobile phone */ -@media all and (max-width: 768px) { - - alfresco-document-list >>> th.desktop-only .cell-value { - display: none; - } - - alfresco-document-list >>> td.desktop-only .cell-value { - display: none; - } -}