提交 bfab7935 编写于 作者: C Catouse

* ajusted style of comment view and rebuilt zui.

上级 64e69ee3
......@@ -7400,12 +7400,30 @@ body.article-content {
border-right: none;
}
.comments > header {
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}
.comments > header > .alert {
padding: 7.5px 15px;
margin-bottom: -10px;
}
.comments > header h1,
.comments > header h2,
.comments > header h3 {
margin: 30px 0 20px;
}
.comments > footer {
padding-top: 10px;
}
.comments > footer > .reply-form > .avatar {
display: block;
float: left;
width: 40px;
height: 40px;
margin-top: 10px;
}
.comments > footer > .reply-form > .avatar + .form {
padding-left: 50px;
}
.comment {
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
......
此差异已折叠。
......@@ -6050,12 +6050,30 @@ body.article-content {
border-right: none;
}
.comments > header {
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}
.comments > header > .alert {
padding: 7.5px 15px;
margin-bottom: -10px;
}
.comments > header h1,
.comments > header h2,
.comments > header h3 {
margin: 30px 0 20px;
}
.comments > footer {
padding-top: 10px;
}
.comments > footer > .reply-form > .avatar {
display: block;
float: left;
width: 40px;
height: 40px;
margin-top: 10px;
}
.comments > footer > .reply-form > .avatar + .form {
padding-left: 50px;
}
.comment {
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -7400,12 +7400,30 @@ body.article-content {
border-right: none;
}
.comments > header {
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}
.comments > header > .alert {
padding: 7.5px 15px;
margin-bottom: -10px;
}
.comments > header h1,
.comments > header h2,
.comments > header h3 {
margin: 30px 0 20px;
}
.comments > footer {
padding-top: 10px;
}
.comments > footer > .reply-form > .avatar {
display: block;
float: left;
width: 40px;
height: 40px;
margin-top: 10px;
}
.comments > footer > .reply-form > .avatar + .form {
padding-left: 50px;
}
.comment {
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
......
此差异已折叠。
此差异已折叠。
......@@ -2,34 +2,39 @@
{
> header
{
padding-bottom: 10px;
// padding-bottom: 10px;
border-bottom: 1px solid @color-gray-lighter;
// > .alert
// {
// padding: @alert-padding/2 @alert-padding;
// margin-bottom: -10px;
// }
> .alert
{
padding: @alert-padding/2 @alert-padding;
margin-bottom: -10px;
}
//
h1, h2, h3
{
margin: 30px 0 20px;
}
}
> footer
{
padding-top: 10px;
// > .reply-form
// {
// > .avatar
// {
// display: block;
// width: 40px;
// height: 40px;
// float: left;
// margin-top: 10px;
// }
// > .avatar + .form
// {
// padding-left: 50px;
// }
// }
> .reply-form
{
> .avatar
{
display: block;
width: 40px;
height: 40px;
float: left;
margin-top: 10px;
}
> .avatar + .form
{
padding-left: 50px;
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册