mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-24 14:12:03 +00:00
59 lines
818 B
CSS
59 lines
818 B
CSS
#main {
|
|
width:100%;
|
|
}
|
|
#view-hd,
|
|
#view-path-op,
|
|
#file-op,
|
|
#sf-commit-op {
|
|
width:950px;
|
|
margin:0 auto;
|
|
}
|
|
#file-op {
|
|
padding:0;
|
|
border:0;
|
|
}
|
|
#file-op .avatar,
|
|
#file-op .name,
|
|
#file-op .time,
|
|
#file-op span {
|
|
vertical-align:middle;
|
|
}
|
|
#file-op .time {
|
|
color:#666;
|
|
margin:0 2px 0 8px;
|
|
}
|
|
#file-op .file-diff {
|
|
font-size:100%;
|
|
}
|
|
#file-op .contributors {
|
|
margin-left:8px;
|
|
}
|
|
#file {
|
|
padding:0;
|
|
background:#fff;
|
|
}
|
|
#file-view {
|
|
padding:30px 0 15px;
|
|
min-height:400px;
|
|
background:#f4f4f4;
|
|
border:1px solid #ededed;
|
|
margin-top:12px;
|
|
}
|
|
.CodeMirror {
|
|
color:#000;
|
|
width:950px;
|
|
background:#fff;
|
|
}
|
|
#sf,
|
|
#md-view,
|
|
.CodeMirror,
|
|
#file-view-tip {
|
|
border:1px solid #ccc;
|
|
margin:0 auto;
|
|
box-shadow:0 0 6px #ccc;
|
|
}
|
|
#sf,
|
|
#md-view {
|
|
min-height:400px;
|
|
}
|