small tweaks
This commit is contained in:
parent
479541b5f8
commit
0001cc6fd3
@ -1122,7 +1122,7 @@ input#dfrn-url {
|
|||||||
/* Give the top level post bigger shadows than the comments. This makes them appear "higher" and the comments "lower", which separates posts from each other reasonably without literally drawing a line under it */
|
/* Give the top level post bigger shadows than the comments. This makes them appear "higher" and the comments "lower", which separates posts from each other reasonably without literally drawing a line under it */
|
||||||
|
|
||||||
.wall-item-content-wrapper {
|
.wall-item-content-wrapper {
|
||||||
margin-top: 30px;
|
margin-top: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -1317,8 +1317,7 @@ input#dfrn-url {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thread-wrapper.toplevel_item {
|
.thread-wrapper.toplevel_item {
|
||||||
/*padding: 30px; */
|
width: 90%;
|
||||||
width: 90%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-body {
|
.wall-item-body {
|
||||||
@ -1329,13 +1328,13 @@ width: 90%;
|
|||||||
|
|
||||||
.wall-item-tools {
|
.wall-item-tools {
|
||||||
clear: both;
|
clear: both;
|
||||||
/* background-image: url("../img/head.jpg"); */
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-like {
|
.wall-item-like, .wall-item-dislike {
|
||||||
margin: 15px;
|
margin-left: 0px;
|
||||||
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-author {
|
.wall-item-author {
|
||||||
|
Reference in New Issue
Block a user