mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
['file history' page] redesigned it for markdown file; fixed UI for common files in production environment (#5725)
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.file-history-header { /* for markdown file history */
|
||||
background-color: #fff;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.history-header .title {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1rem;
|
||||
@@ -95,7 +101,7 @@
|
||||
line-height: 50px;
|
||||
font-size: 1rem;
|
||||
padding: 0 10px;
|
||||
background-color: rgb(250,250,249);
|
||||
/*background-color: rgb(250,250,249);*/
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user