mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
[mobile] dir view: redesigned it
This commit is contained in:
@@ -468,6 +468,13 @@ table img { vertical-align:middle; }
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.textarea { height:70px; }
|
||||
.repo-meta-info,
|
||||
.dirent-meta-info {
|
||||
display:inline-block;
|
||||
margin-right:8px;
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
}
|
||||
/* loading implemented with css */
|
||||
@-moz-keyframes loading {
|
||||
0% {
|
||||
@@ -1997,12 +2004,6 @@ button.sf-dropdown-toggle:focus {
|
||||
#repo-create-form .checkbox-label { /* for "Encrypt" */
|
||||
margin:10px 0 0;
|
||||
}
|
||||
.repo-meta-info {
|
||||
display:inline-block;
|
||||
margin-right:8px;
|
||||
color:#666;
|
||||
font-size:12px;
|
||||
}
|
||||
.activity-group-hd {
|
||||
padding: 8px;
|
||||
color: #444;
|
||||
@@ -2236,6 +2237,12 @@ button.sf-dropdown-toggle:focus {
|
||||
width:500px;
|
||||
padding:10px 20px;
|
||||
}
|
||||
@media (max-width:579px) {
|
||||
.file-choose-form {
|
||||
padding:0;
|
||||
width:280px;
|
||||
}
|
||||
}
|
||||
.file-tree-cont, .dir-tree-cont {
|
||||
padding:5px;
|
||||
height:280px;
|
||||
@@ -2254,6 +2261,9 @@ button.sf-dropdown-toggle:focus {
|
||||
.inline-rename-form .input {
|
||||
width:225px;
|
||||
}
|
||||
#dir-view .inline-rename-form .input {
|
||||
width:212px;
|
||||
}
|
||||
}
|
||||
@media (min-width:375px) and (max-width:400px) {
|
||||
.inline-rename-form {
|
||||
@@ -2499,6 +2509,11 @@ button.sf-dropdown-toggle:focus {
|
||||
#mv-form .op-target {
|
||||
max-width:410px;
|
||||
}
|
||||
@media (max-width:579px) {
|
||||
#mv-form .op-target {
|
||||
max-width:280px;
|
||||
}
|
||||
}
|
||||
#folder-perm-popup .op-target {
|
||||
max-width:540px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user