commit
ae158aa6f9
|
@ -981,21 +981,24 @@ section {
|
||||||
* items
|
* items
|
||||||
*/
|
*/
|
||||||
.wall-item-outside-wrapper {
|
.wall-item-outside-wrapper {
|
||||||
margin-top: 15px;
|
border: 1px solid #aaa;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.wall-item-outside-wrapper.comment {
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.wall-item-outside-wrapper-end {
|
.wall-item-outside-wrapper-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.wall-item-content-wrapper {
|
.wall-item-content-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-left: 1px #aaa solid;
|
padding: 10px;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
||||||
/*margin-left: 90px;*/
|
/*margin-left: 90px;*/
|
||||||
}
|
}
|
||||||
.wall-item-content-wrapper.shiny {
|
.wall-item-content-wrapper.shiny {
|
||||||
background: #efefcf;
|
background: #efefdf;
|
||||||
}
|
}
|
||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in a new issue