diff --git a/media/css/seahub.css b/media/css/seahub.css index ce1f4c4602..1ecd75e444 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -568,6 +568,11 @@ textarea:-moz-placeholder {/* for FF */ overflow:hidden; text-overflow:ellipsis; } +.split { + border-left:2px solid #888; + padding-left:1em; + margin-left:1em; +} /*******ui widgets**************/ /**** path ****/ @@ -1967,29 +1972,6 @@ button.sf-dropdown-toggle:focus { position:absolute; top:5px; } -#grp-avatar-form { - position:relative; - margin-left:10px; -} -/*repo page*/ -#repo-top { - padding-bottom:15px; -} -#repo-top .hd, -#repo-basic-info { - display:inline-block; -} -#repo-top .hd { - margin-right:15px; -} -#repo-basic-info .link-icon { - margin:0 5px 0 15px; -} -.split { - border-left:2px solid #888; - padding-left:1em; - margin-left:1em; -} #repo-file-list { margin-bottom:100px; } @@ -2145,13 +2127,6 @@ button.sf-dropdown-toggle:focus { font-size:16px; line-height:1; } -.repo-top-op-btn { - font-size:14px; -} -.repo-top-op-btn [class^="icon-"] { - color:#444; - margin-right:2px; -} #repo-latest-commit .avatar { vertical-align:middle; } diff --git a/seahub/templates/home_base.html b/seahub/templates/home_base.html index 71663a4d5c..df8f844671 100644 --- a/seahub/templates/home_base.html +++ b/seahub/templates/home_base.html @@ -8,9 +8,9 @@