From f43109aacffeeac7f9da2eefb89c4f821d6f21a6 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Fri, 9 Nov 2007 09:32:28 +0000 Subject: [PATCH] other cosmetic changes in tables+css --- admin/panels/entry/admin.entry.list.tpl | 3 +++ admin/panels/static/admin.static.list.tpl | 3 +++ fp-interface/themes/leggero/leggero/res/admin.css | 11 ++++++++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/admin/panels/entry/admin.entry.list.tpl b/admin/panels/entry/admin.entry.list.tpl index e89427e..19f18b4 100755 --- a/admin/panels/entry/admin.entry.list.tpl +++ b/admin/panels/entry/admin.entry.list.tpl @@ -56,7 +56,10 @@ {if in_array('draft',$categories)} ({$lang.entry.flags.short.draft}) {/if} + {$subject|truncate:70} + {$author} *} {$id} + {$subject|truncate:70} + {$author} diff --git a/fp-interface/themes/leggero/leggero/res/admin.css b/fp-interface/themes/leggero/leggero/res/admin.css index 5e7bc67..09ae494 100755 --- a/fp-interface/themes/leggero/leggero/res/admin.css +++ b/fp-interface/themes/leggero/leggero/res/admin.css @@ -195,7 +195,10 @@ textarea.code { #admin-content td { font-size: 0.8em; - padding: .9em; + /* + with display:block on the main-cell link, let's disable this + padding: .9em; + */ background: #e6e6e6; text-align: center; } @@ -521,6 +524,9 @@ a.link-enable, a.link-general { padding: .9em; } + +td.main-cell a.link-general {display:block} + a.link-disable:hover, a.link-delete:hover { background-color: red; color: white; @@ -530,14 +536,13 @@ a.link-enable:hover { color: white; } -a.link-general:hover { +a.link-general:hover, .main-cell a:hover { background-color: #aaa; color: black; } - /* ===== NOTIFICATIONS ===== */ .hint { cursor: help;