wiki css fixes
This commit is contained in:
parent
6f2dd5d325
commit
15691d3ced
@ -33,17 +33,18 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td i {
|
||||||
|
padding: 7px 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#wikis-index th:nth-child(1),
|
#wikis-index th:nth-child(1),
|
||||||
#wikis-index td:nth-child(1){
|
#wikis-index td:nth-child(1){
|
||||||
padding: 7px 3px 7px 10px;
|
padding: 7px 3px 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wikis-index th:nth-child(6),
|
#wikis-index th:nth-last-child(1),
|
||||||
#wikis-index td:nth-child(6){
|
#wikis-index td:nth-last-child(1){
|
||||||
padding: 7px 10px 7px 7px;
|
padding-right: 10px;
|
||||||
}
|
|
||||||
|
|
||||||
.wikis-index-tool {
|
|
||||||
padding: 7px 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="96%">{{$name}}</th>
|
<th width="96%">{{$name}}</th>
|
||||||
<th width="1%">{{$type}}</th>
|
<th width="1%">{{$type}}</th>
|
||||||
<th width="1%" class="wikis-index-tool"></th>
|
<th width="1%"></th>
|
||||||
{{if $owner}}
|
{{if $owner}}
|
||||||
<th width="1%" class="wikis-index-tool"></th>
|
<th width="1%"></th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<th width="1%" class="wikis-index-tool"></th>
|
<th width="1%"></th>
|
||||||
{{if $owner}}
|
{{if $owner}}
|
||||||
<th width="1%"></th>
|
<th width="1%"></th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -43,15 +43,15 @@
|
|||||||
<td><a href="/wiki/{{$channel}}/{{$wiki.urlName}}/Home" title="{{$view}}"{{if $wiki.active}} class="active"{{/if}}>{{$wiki.title}}</a></td>
|
<td><a href="/wiki/{{$channel}}/{{$wiki.urlName}}/Home" title="{{$view}}"{{if $wiki.active}} class="active"{{/if}}>{{$wiki.title}}</a></td>
|
||||||
<td>{{if $wiki.typelock}}{{$wiki.mimeType}}{{else}}{{$unlocked}}{{/if}}</td>
|
<td>{{if $wiki.typelock}}{{$wiki.mimeType}}{{else}}{{$unlocked}}{{/if}}</td>
|
||||||
{{if $owner}}
|
{{if $owner}}
|
||||||
<td class="wikis-index-tool"><i class="fa fa-pencil" onclick="openCloseTR('wikis-index-edit-{{$wiki.id}}')"></i></td>
|
<td><i class="fa fa-pencil" onclick="openCloseTR('wikis-index-edit-{{$wiki.id}}')"></i></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<td class="wikis-index-tool dropdown">
|
<td class="dropdown">
|
||||||
{{if $wiki.lockstate == 'lock'}}
|
{{if $wiki.lockstate == 'lock'}}
|
||||||
<i class="fa fa-lock lockview" data-toggle="dropdown" onclick="lockview('item',{{$wiki.id}});"></i>
|
<i class="fa fa-lock lockview" data-toggle="dropdown" onclick="lockview('item',{{$wiki.id}});"></i>
|
||||||
<ul id="panel-{{$wiki.id}}" class="lockview-panel dropdown-menu dropdown-menu-right"></ul>
|
<ul id="panel-{{$wiki.id}}" class="lockview-panel dropdown-menu dropdown-menu-right"></ul>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td class="wikis-index-tool"><i class="fa fa-download" onclick="wiki_download_wiki('{{$wiki.resource_id}}'); return false;"></i></td>
|
<td><i class="fa fa-download" onclick="wiki_download_wiki('{{$wiki.resource_id}}'); return false;"></i></td>
|
||||||
{{if $owner}}
|
{{if $owner}}
|
||||||
<td><i class="fa fa-trash-o drop-icons" onclick="wiki_delete_wiki('{{$wiki.title}}', '{{$wiki.resource_id}}'); return false;"></i></td>
|
<td><i class="fa fa-trash-o drop-icons" onclick="wiki_delete_wiki('{{$wiki.title}}', '{{$wiki.resource_id}}'); return false;"></i></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user