mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-09-11 05:12:25 +00:00
fix paddings
This commit is contained in:
parent
b37353ff30
commit
2bd6758aa6
@ -154,7 +154,6 @@ a:active {
|
|||||||
padding-left: 73px;
|
padding-left: 73px;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-right: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .content .item .message .retwist {
|
.container .content .item .message .retwist {
|
||||||
@ -162,13 +161,15 @@ a:active {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
|
margin-top: 8px
|
||||||
|
}
|
||||||
|
|
||||||
|
.container .content .item .message .quote {
|
||||||
|
margin-top: 8px
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .item .message .info {
|
.container .item .message .info {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*border-bottom: 1px #ccc solid;*/
|
|
||||||
padding-bottom: 4px;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .item .message .info .time {
|
.container .item .message .info .time {
|
||||||
|
@ -53,7 +53,11 @@ var Home = {
|
|||||||
time
|
time
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
).append(rt).append(message)
|
).append(rt).append(
|
||||||
|
$('<div/>', {
|
||||||
|
'class': (message != '' ? 'quote' : '')
|
||||||
|
}).append(message)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user