From 682e4ac18aa95f6b66140f86da8ead2a6a927eda Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Wed, 25 Feb 2015 05:51:56 -0800 Subject: [PATCH] webdav portal style fixes --- .../Sources/WebsitePanel.WebDavPortal/Content/Site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css index f1ccb258..f539d480 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css +++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css @@ -266,13 +266,13 @@ tr.selected-file { padding-top: 10px; } -@media (min-width: 768px) { +@media (min-width: 768px) and (max-width: 991px) { .col-sm-2.element-container { - width: 15.666667%; + width: 18.666667%; } } -@media (max-width: 768px) { +@media (max-width: 768px) { .col-sm-2.element-container { float: left; width: 48%;