diff --git a/couch/edit-drafts.php b/couch/edit-drafts.php
index dc1f1a3..53e0c49 100644
--- a/couch/edit-drafts.php
+++ b/couch/edit-drafts.php
@@ -108,7 +108,7 @@ function _default_list_fields(){
array(
'weight'=>'0',
'header'=>$FUNCS->t('original_page'),
- 'class'=>'title align_bottom',
+ 'class'=>'original-page',
'content'=>"",
);
@@ -116,7 +116,7 @@ function _default_list_fields(){
array(
'weight'=>'20',
'header'=>$FUNCS->t('template'),
- 'class'=>'folder',
+ 'class'=>'template',
'content'=>"",
);
@@ -124,8 +124,8 @@ function _default_list_fields(){
array(
'weight'=>'30',
'header'=>$FUNCS->t('modified'),
+ 'class'=>'modified',
'content'=>"",
- 'class'=>'date drafts',
);
$arr_fields['k_actions'] =
diff --git a/couch/edit-folders.php b/couch/edit-folders.php
index 5ca7c4f..b141162 100644
--- a/couch/edit-folders.php
+++ b/couch/edit-folders.php
@@ -137,12 +137,14 @@ function _default_list_fields(){
array(
'weight'=>'20',
'header'=>$FUNCS->t('name'),
+ 'class'=>'folder-name',
);
$arr_fields['k_folder_pagecount'] =
array(
'weight'=>'30',
'header'=>$FUNCS->t('pages'),
+ 'class'=>'pages-count',
);
$arr_fields['k_actions'] =
diff --git a/couch/edit-users.php b/couch/edit-users.php
index 484478e..5830115 100644
--- a/couch/edit-users.php
+++ b/couch/edit-users.php
@@ -95,7 +95,7 @@ function _default_list_fields(){
'weight'=>'0',
'header'=>$FUNCS->t('name'),
'content'=>"",
- 'class'=>'user_name',
+ 'class'=>'user-name',
);
$arr_fields['title'] =
diff --git a/couch/theme/_system/comment_item.html b/couch/theme/_system/comment_item.html
index bee0c1f..a3ce0d1 100644
--- a/couch/theme/_system/comment_item.html
+++ b/couch/theme/_system/comment_item.html
@@ -15,7 +15,7 @@
diff --git a/couch/theme/_system/includes/admin/main.css b/couch/theme/_system/includes/admin/main.css
index 5ab642c..00d8804 100644
--- a/couch/theme/_system/includes/admin/main.css
+++ b/couch/theme/_system/includes/admin/main.css
@@ -493,7 +493,7 @@ input.input-hint,textarea.input-hint{position:relative;border-radius:3px 3px 0 0
.th-collapsed{display:none;}
.details{display:none;line-height:16px;padding:0;margin-top:2px;list-style-type:none;font-size:11px;}
.details>li{padding-left:1px;}
-.details>li:before{content:"\2013";position:relative;top:-1px;margin-right:8px;color:#777;}
+.details>li:before{content:"\2013";position:relative;top:-1px;margin-right:6px;color:#777;}
.details>li>strong{color:#333;}
.details>li>.label{display:inline;}
.details>li>a,.nested-link,.table>tbody>tr>td>a{color:#333;}
diff --git a/couch/theme/_system/list_row.html b/couch/theme/_system/list_row.html
index 4e5bce9..c1e07f9 100644
--- a/couch/theme/_system/list_row.html
+++ b/couch/theme/_system/list_row.html
@@ -1,5 +1,39 @@
+
+
+
+
+ -
+ :
+
+
+
+
+
+ -
+ :
+
+
+
+
+
+ -
+ :
+
+
+
+
+ -
+ :
+
+
+
+
+
+
+
+
|