1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 02:09:11 +00:00

Merge pull request #1189 from haiwen/improve-nav-description

Improve nav description
This commit is contained in:
Daniel Pan
2016-05-17 12:20:10 +08:00
4 changed files with 19 additions and 44 deletions

View File

@@ -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;
}