webdav portal style fixes
This commit is contained in:
parent
84877d8c13
commit
85789c4619
2 changed files with 7 additions and 6 deletions
|
@ -24,13 +24,8 @@ textarea {
|
|||
}
|
||||
|
||||
.element-container {
|
||||
margin-bottom: 15px;
|
||||
/*text-align:center;*/
|
||||
cursor: pointer;
|
||||
margin-top: 14px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
padding: 3px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.element-container .element {
|
||||
|
@ -45,6 +40,7 @@ textarea {
|
|||
-webkit-box-sizing:border-box;
|
||||
border: 1px solid rgb(80, 152, 249);
|
||||
padding: 3px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.selected-file .element div.selected-element-overlay {
|
||||
|
|
|
@ -97,6 +97,11 @@ namespace WebsitePanel.WebDavPortal.Controllers
|
|||
SearchValue = searchValue
|
||||
};
|
||||
|
||||
if (Request.Browser.IsMobileDevice)
|
||||
{
|
||||
model.UserSettings.WebDavViewType = FolderViewTypes.BigIcons;
|
||||
}
|
||||
|
||||
return View(model);
|
||||
}
|
||||
catch (UnauthorizedException e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue