2019-02-22 18:16:44 +08:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.file-view-header {
|
2019-02-23 11:30:29 +08:00
|
|
|
padding: 4px 10px;
|
2019-02-22 18:16:44 +08:00
|
|
|
border-bottom: 1px solid #c9c9c9;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
.file-title {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.file-star,
|
|
|
|
.file-internal-link {
|
|
|
|
font-size: .875rem;
|
2019-02-28 17:53:43 +08:00
|
|
|
color: #999;
|
2019-02-22 18:16:44 +08:00
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
|
|
|
.file-star:hover,
|
|
|
|
.file-star:focus {
|
|
|
|
text-decoration: none;
|
2019-02-28 17:53:43 +08:00
|
|
|
color: #999;
|
2019-02-22 18:16:44 +08:00
|
|
|
}
|
|
|
|
.file-locked-icon {
|
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
|
|
|
.last-modification {
|
|
|
|
font-size: .8125rem;
|
|
|
|
}
|
|
|
|
.last-modification-time {
|
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
|
|
|
.file-view-content {
|
|
|
|
padding: 30px 0;
|
|
|
|
background: #f4f4f4;
|
|
|
|
border-right: 4px solid transparent;
|
|
|
|
}
|