blob: f039ca966313415766d4f9ca1ef23c452e30983d [file] [log] [blame]
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
.activity {
padding: 0 20px 20px 20px;
}
.activity ul.timeline {
list-style: none;
margin: 0;
}
.activity ul.timeline li {
padding: 20px;
border-bottom: 1px solid #eee;
}
.activity ul.timeline li time {
font-size: 12px;
color: #777;
}
.activity ul.timeline li h1 {
padding: 0;
font-size: 16px;
line-height: 32px;
}
.activity ul.timeline li p {
padding: 0;
vertical-align: top;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.activity ul.timeline li .avatar {
float: left;
margin: 10px 10px 0 0;
}
.activity ul.timeline li input[name=delete] {
float: right;
}
.activity .page_list {
margin-top: 5px;
}
.activity .no-more.newer {
display: none;
}
.activity .show-more, .activity .no-more {
display: block;
text-align: center;
}
.activity .show-more.older, .activity .no-more.older {
margin-top: 10px;
}