webdav portal style fixes

This commit is contained in:
vfedosevich 2015-02-25 05:51:56 -08:00
parent 85789c4619
commit 682e4ac18a

View file

@ -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%;