1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

Implement Sysinfo

This commit is contained in:
Daniel Pan
2016-03-16 16:21:53 +08:00
committed by lian
parent 899f5241d4
commit bcc4e42142
9 changed files with 240 additions and 6 deletions

View File

@@ -820,6 +820,16 @@ textarea:-moz-placeholder {/* for FF */
margin:0;
color:#000;
}
/***** header *****/
.header-bar {
padding:9px 10px;
background:#f2f2f2;
margin-bottom:.5em;
border-radius:2px;
padding-bottom:0;
height:39px;
overflow:hidden;
}
/**** narrow-panel ****/
.narrow-panel {
width:320px;