Small amount of work on webpages.
This commit is contained in:
@@ -167,4 +167,16 @@ ul.menu-popup .menu-sep {
|
||||
.my-comment-photo {
|
||||
border-radius: 5px;
|
||||
box-shadow: 4px 4px 3px #000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div#pagelist-content-wrapper {
|
||||
width: 80%;
|
||||
background: #111;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div.page-list-item {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
@@ -3893,4 +3893,16 @@ width: 200px;
|
||||
float: left;
|
||||
margin-right: 25px;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
|
||||
div#pagelist-content-wrapper {
|
||||
width: 80%;
|
||||
background: #fff;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div.page-list-item {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
{{if $pages}}
|
||||
<div id="pagelist-content-wrapper">
|
||||
{{foreach $pages as $key => $items}}
|
||||
<ul class="page-list">
|
||||
{{foreach $items as $item}}
|
||||
<li><a href="editwebpage/{{$item.url}}">{{$editlink}}</a> {{$item.title}}</li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
{{/foreach}}
|
||||
|
||||
<div id="pagelist-content-wrapper">
|
||||
{{foreach $pages as $key => $items}}
|
||||
{{foreach $items as $item}}
|
||||
<div class="page-list-item"><a href="editwebpage/{{$item.url}}">{{$editlink}}</a> | <a href="page/{{$channel}}/{{$item.title}}">{{$view}}</a> {{$item.title}}</div>
|
||||
{{/foreach}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user