mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Admin list style corrections
This commit is contained in:
@@ -1099,7 +1099,7 @@ class e_form
|
|||||||
//$edit_query = array('mode' => varset($query['mode']), 'action' => varset($query['action']), 'id' => $id);
|
//$edit_query = array('mode' => varset($query['mode']), 'action' => varset($query['action']), 'id' => $id);
|
||||||
$query = http_build_query($query);
|
$query = http_build_query($query);
|
||||||
|
|
||||||
$value = "<a href='".e_SELF."?{$query}' title='".LAN_EDIT."'><img class='icon action edit' src='".ADMIN_EDIT_ICON_PATH."' alt='".LAN_EDIT."' /></a> ";
|
$value = "<a href='".e_SELF."?{$query}' title='".LAN_EDIT."'><img class='icon action edit list' src='".ADMIN_EDIT_ICON_PATH."' alt='".LAN_EDIT."' /></a>";
|
||||||
|
|
||||||
if(varset($parms['deleteClass']))
|
if(varset($parms['deleteClass']))
|
||||||
{
|
{
|
||||||
|
@@ -20,14 +20,19 @@
|
|||||||
.smalltext { font-size: 11px; }
|
.smalltext { font-size: 11px; }
|
||||||
.nowrap { white-space:nowrap; }
|
.nowrap { white-space:nowrap; }
|
||||||
|
|
||||||
/* Core Icons */
|
/* Core Icons & Image Buttons */
|
||||||
img.icon { border: 0 }
|
img.icon { border: 0px; vertical-align: middle; }
|
||||||
img.icon.list { margin: 0px 5px 5px 0px }
|
img.icon.list,
|
||||||
img.icon.action { vertical-align: middle }
|
input.action { margin: 0px 3px }
|
||||||
img.S16 { width: 16px; height: 16px }
|
img.icon.action,
|
||||||
img.S32 { width: 32px; height: 32px }
|
input.action { }
|
||||||
img.S64 { width: 64px; height: 64px }
|
img.S16 { width: 16px; height: 16px }
|
||||||
|
img.S32 { width: 32px; height: 32px }
|
||||||
|
img.S64 { width: 64px; height: 64px }
|
||||||
img.S128 { width: 128px; height: 128px }
|
img.S128 { width: 128px; height: 128px }
|
||||||
|
img.edit,
|
||||||
|
img.delete,
|
||||||
|
input.delete { }
|
||||||
/*******************************************************************************************************************/
|
/*******************************************************************************************************************/
|
||||||
|
|
||||||
/* RESET CSS *********************************************************************************************/
|
/* RESET CSS *********************************************************************************************/
|
||||||
|
@@ -393,13 +393,17 @@ ul,ol { list-style:none; }
|
|||||||
|
|
||||||
/* Core Icons */
|
/* Core Icons */
|
||||||
img.icon { border: 0px }
|
img.icon { border: 0px }
|
||||||
img.icon.list { margin: 0px 5px 5px 0px }
|
img.icon.list,
|
||||||
img.icon.action { vertical-align: middle }
|
input.action { margin: 0px 3px }
|
||||||
img.S16 { width: 16px; height: 16px }
|
img.icon.action,
|
||||||
img.S32 { width: 32px; height: 32px }
|
input.action { vertical-align: middle }
|
||||||
img.S64 { width: 64px; height: 64px }
|
img.S16 { width: 16px; height: 16px }
|
||||||
|
img.S32 { width: 32px; height: 32px }
|
||||||
|
img.S64 { width: 64px; height: 64px }
|
||||||
img.S128 { width: 128px; height: 128px }
|
img.S128 { width: 128px; height: 128px }
|
||||||
img.edit { margin-right: 5px }
|
img.edit,
|
||||||
|
img.delete,
|
||||||
|
input.delete { }
|
||||||
/*******************************************************************************************************************/
|
/*******************************************************************************************************************/
|
||||||
|
|
||||||
/******** Decorate JS */
|
/******** Decorate JS */
|
||||||
|
Reference in New Issue
Block a user