1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Merge pull request #1216 from haiwen/ui-improve

Split path-bar from button bar because in IE it doesn't display well
This commit is contained in:
llj
2016-05-30 10:26:51 +08:00

View File

@@ -573,11 +573,8 @@ textarea:-moz-placeholder {/* for FF */
/**** path ****/
.path-bar {
font-size:1rem;
line-height:1.5;
margin:0; /* for merge with tabs */
background-color:#f2f2f2;
padding:0.6rem 0.75rem 0;
border-radius: 2px 2px 0 0;
padding:0.6rem 0rem 0.5rem;
}
/****paginator****/
#paginator {