1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

Merge pull request #1292 from haiwen/path

modified 'path-bar'
This commit is contained in:
Daniel Pan
2016-07-19 17:39:48 +08:00
committed by GitHub
6 changed files with 44 additions and 35 deletions

View File

@@ -367,12 +367,6 @@ table img { vertical-align:middle; }
border-radius: 5px;
display: block;
}
/**** overwrite bootstrap css ****/
.breadcrumb {
padding:0;
background-color:#fff;
border-radius:0;
}
/********** common class ***********/
.hl { background-color: #f8f8f8; }/*highlight*/
.fleft { float:left }
@@ -594,6 +588,11 @@ textarea:-moz-placeholder {/* for FF */
padding:0.6rem 0rem 0.5rem;
word-break:break-all;
}
.path-split {
display:inline-block;
padding:0 5px;
color:#818a91;
}
/****paginator****/
#paginator {
text-align:center;