diff --git a/media/css/seahub.css b/media/css/seahub.css index ddb59f67ce..65c0527c5c 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -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; } diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 12e53a711d..f9bf429623 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -298,6 +298,22 @@ {% trans "Last Update" %} + + + + + +