other cosmetic changes in tables+css
This commit is contained in:
parent
4fe6a01fe6
commit
f43109aacf
@ -56,7 +56,10 @@
|
||||
{if in_array('draft',$categories)}
|
||||
(<em class="entry-flag">{$lang.entry.flags.short.draft}</em>)
|
||||
{/if}
|
||||
<a class="link-general"
|
||||
href="{$panel_url|action_link:write}&entry={$id}">
|
||||
{$subject|truncate:70}
|
||||
</a>
|
||||
</td>
|
||||
<td>{$author}</td>
|
||||
<td><a class="link-general"
|
||||
|
@ -21,7 +21,10 @@
|
||||
{*<td><input type="checkbox" /></td>*}
|
||||
<td>{$id}</td>
|
||||
<td class="main-cell">
|
||||
<a class="link-general"
|
||||
href="{$panel_url|action_link:write}&page={$id}">
|
||||
{$subject|truncate:70}
|
||||
</a>
|
||||
</td>
|
||||
<td>{$author}</td>
|
||||
<td>
|
||||
|
@ -195,7 +195,10 @@ textarea.code {
|
||||
|
||||
#admin-content td {
|
||||
font-size: 0.8em;
|
||||
/*
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user