1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

add more button

This commit is contained in:
王健辉
2019-04-24 11:55:48 +08:00
parent 972f3cf91d
commit 11c8aef036
2 changed files with 27 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
.old-history-main {
padding-top: 16px;
margin-left: 8.333333%;
margin: 0 8.333333%;
display: inline !important;
overflow: auto;
position: relative;
@@ -31,6 +31,18 @@
text-decoration: none;
}
.old-history-main .get-more-btn {
width: 100%;
padding: .5em 0;
background: #efefef;
border: 0;
color: #777;
border-radius: 2px;
}
.old-history-main .get-more-btn:hover {
color: #444;
}
.old-history-main p {
color: #808080;
font-size: 12px;