mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +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:
@@ -573,11 +573,8 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
/**** path ****/
|
/**** path ****/
|
||||||
.path-bar {
|
.path-bar {
|
||||||
font-size:1rem;
|
font-size:1rem;
|
||||||
line-height:1.5;
|
|
||||||
margin:0; /* for merge with tabs */
|
margin:0; /* for merge with tabs */
|
||||||
background-color:#f2f2f2;
|
padding:0.6rem 0rem 0.5rem;
|
||||||
padding:0.6rem 0.75rem 0;
|
|
||||||
border-radius: 2px 2px 0 0;
|
|
||||||
}
|
}
|
||||||
/****paginator****/
|
/****paginator****/
|
||||||
#paginator {
|
#paginator {
|
||||||
|
Reference in New Issue
Block a user