Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubarsaiyan committed Jul 7, 2019
1 parent 701dead commit 15093e7
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions app/webdav/client/webdavFilePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,31 @@

.webdav-table-header {
margin-bottom: 12px;

font-size: 16px;

i {
color: #5b5b5b;
}

.webdav-path-breadcrumb {
overflow: hidden;

float: left;

overflow: hidden;

list-style: none;

.webdav-breadcrumb-item {
display: block;
float: left;

padding: 3px 0;

.webdav-breadcrumb-folder {
padding: 3px;

cursor: pointer;

&:hover {
border-radius: 5px;
background: #f1f3f4;
Expand All @@ -80,10 +82,12 @@

.listOrGridMode {
float: right;

margin-right: 5px;
padding: 3px;

cursor: pointer;

&:hover {
border-radius: 5px;
background: #f1f3f4;
Expand Down Expand Up @@ -143,24 +147,30 @@

.webdav-grid {
display: grid;
grid-template-columns: 190px 190px 190px;
grid-gap: 15px 0;

margin: 15px 0;

text-align: center;
grid-gap: 15px 0;
grid-template-columns: 190px 190px 190px;

.grid-file-avatar {
font-size: 64px;
color: #5d5d5d;

font-size: 64px;
}

.grid-item {
overflow: hidden;

padding: 0.5rem 0;

cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;

font-size: 0.9rem;
line-height: 1rem;
cursor: pointer;

&:hover {
border-radius: 5px;
Expand All @@ -169,25 +179,23 @@
}

.grid-empty {
grid-column: span 3;
font-size: 0.9rem;
line-height: 1rem;
grid-column: span 3;
}
}
}

@media (width <= 980px) {

.webdav {
height: 60vh;

.rc-table-content {
& th:not(:first-child),
& td:not(:first-child) {
display: none;
}
}
}

}
}

0 comments on commit 15093e7

Please sign in to comment.