1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-22 16:56:57 +00:00
seahub/frontend/src/css/repo-history.css

33 lines
497 B
CSS
Raw Normal View History

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem;
flex-shrink: 0;
}
.details {
font-size: 12px;
color: #666;
text-decoration: underline;
margin-left: .25rem;
}
.commit-label {
padding: 1px 5px;
margin: 0 2px;
background: #eee;
border-radius: 3px;
white-space: nowrap;
}
2019-05-29 08:26:25 +00:00
.go-back {
color: #c0c0c0;
font-size: 1.75rem;
position: absolute;
left: -40px;
top: -5px;
}