diff --git a/media/css/seahub.css b/media/css/seahub.css index 5f9113a3b2..e739aab49a 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -1187,6 +1187,9 @@ textarea:-moz-placeholder {/* for FF */ padding-bottom:0; height:39px; } +#organization-repos .hd { + position:relative; +} .repo-file-list-topbar { margin-bottom:0; } @@ -1234,6 +1237,9 @@ textarea:-moz-placeholder {/* for FF */ background:#fff; line-height:17px; } +#add-pub-lib { + outline:none; +} /* info-bar */ #info-bar { color: #1f0600; @@ -2007,7 +2013,8 @@ textarea:-moz-placeholder {/* for FF */ position:relative; overflow:hidden; } -#upload-menu { +#upload-menu, +#add-pub-lib-menu { position:absolute; z-index:12; /* make it on top of a checkbox */ border:1px solid #c5c5c5; @@ -2015,12 +2022,16 @@ textarea:-moz-placeholder {/* for FF */ box-shadow: 0 0 2px #c5c5c5; background:#fff; } -#upload-menu .item { - position:relative; - text-align:left; +#upload-menu .item, +#add-pub-lib-menu .item { padding:0 10px; height:27px; line-height:27px; + cursor:pointer; +} +#upload-menu .item { + position:relative; + text-align:left; overflow:hidden; /* for 'hover', as long 'input' in it. */ } .fixed-upload-file-dialog { @@ -3573,9 +3584,6 @@ textarea:-moz-placeholder {/* for FF */ overflow-y: auto; overflow-x: hidden; } -button.add-pub-repo { - margin-right:10px; -} /* share popup */ #download-link-operations dl { diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 85283a8c60..9f39a3cde9 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -733,7 +733,7 @@