different background for preview so you know it's a preview
This commit is contained in:
parent
66b3603178
commit
386fa8e26c
@ -348,7 +348,7 @@ footer {
|
||||
}
|
||||
|
||||
.preview {
|
||||
background: lightyellow;
|
||||
background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
|
||||
}
|
||||
|
||||
#theme-preview {
|
||||
@ -1067,14 +1067,14 @@ input#dfrn-url {
|
||||
.wall-item-content-wrapper {
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
/* background: #fff; */
|
||||
/* border-radius: 5px; */
|
||||
/* box-shadow: 12px 12px 12px #111; */
|
||||
border-left: 1px solid #eec;
|
||||
|
||||
}
|
||||
.wall-item-content-wrapper.comment {
|
||||
background: #fff;
|
||||
/* background: #fff; */
|
||||
border-left: 1px solid #e0e0e0;
|
||||
margin-left: 50px;
|
||||
/* box-shadow: 5px 5px 5px #222; */
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -1,7 +1,7 @@
|
||||
<div id="thread-wrapper-$item.id" class="thread-wrapper $item.toplevel">
|
||||
<a name="$item.id" ></a>
|
||||
<div class="wall-item-outside-wrapper $item.indent$item.previewing" id="wall-item-outside-wrapper-$item.id" >
|
||||
<div class="wall-item-content-wrapper $item.indent" id="wall-item-content-wrapper-$item.id" >
|
||||
<div class="wall-item-content-wrapper $item.indent$item.previewing" id="wall-item-content-wrapper-$item.id" >
|
||||
<div class="wall-item-info" id="wall-item-info-$item.id">
|
||||
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$item.id"
|
||||
onmouseover="if (typeof t$item.id != 'undefined') clearTimeout(t$item.id); openMenu('wall-item-photo-menu-button-$item.id')"
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}">
|
||||
<a name="{{$item.id}}" ></a>
|
||||
<div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" >
|
||||
<div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" >
|
||||
<div class="wall-item-content-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-content-wrapper-{{$item.id}}" >
|
||||
<div class="wall-item-info" id="wall-item-info-{{$item.id}}">
|
||||
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-{{$item.id}}"
|
||||
onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')"
|
||||
|
Reference in New Issue
Block a user