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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user