YaCy-UI: small optical fix

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5167 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
apfelmaennchen 17 years ago
parent c8b6fbe900
commit 99ff478d63

@ -41,8 +41,8 @@
{display: '', name : 'select', width : 25, sortable : false, align: 'center'}, {display: '', name : 'select', width : 25, sortable : false, align: 'center'},
{display: '', name : 'public', width : 25, sortable : true, align: 'center'}, {display: '', name : 'public', width : 25, sortable : true, align: 'center'},
{display: 'Title', name : 'title', width : 450, sortable : true, align: 'left'}, {display: 'Title', name : 'title', width : 450, sortable : true, align: 'left'},
{display: 'Tags', name : 'tags', width : 220, sortable : false, align: 'left'}, {display: 'Tags', name : 'tags', width : 215, sortable : false, align: 'left'},
{display: 'Date', name : 'date', width : 135, sortable : true, align: 'left'} {display: 'Date', name : 'date', width : 130, sortable : true, align: 'left'}
], ],
buttons: [ buttons: [
{name: 'Add', bclass: 'add', onpress: test}, {name: 'Add', bclass: 'add', onpress: test},
@ -74,8 +74,8 @@
<col width="25"/> <col width="25"/>
<col width="25"/> <col width="25"/>
<col width="450"/> <col width="450"/>
<col width="220"/> <col width="215"/>
<col width="135"/> <col width="130"/>
</colgroup> </colgroup>
<tbody> <tbody>
</tbody> </tbody>

Loading…
Cancel
Save