css fixes and remove expert mode for block page content type
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
}
|
||||
|
||||
#webpage-list-table th:nth-child(1){
|
||||
padding: 7px 3px 7px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#webpage-list-table td:nth-child(1){
|
||||
padding: 7px 3px 7px 10px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#webpage-list-table th:nth-child(5),
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if $pages}}
|
||||
<div id="pagelist-content-wrapper" class="generic-content-wrapper-styled">
|
||||
<div id="pagelist-content-wrapper" class="section-content-wrapper-np">
|
||||
<table id="webpage-list-table">
|
||||
<tr>
|
||||
<th width="1%">{{$pagelink_txt}}</th>
|
||||
|
||||
Reference in New Issue
Block a user