From: raghunayyar Date: Fri, 21 Feb 2014 21:10:47 +0000 (+0530) Subject: Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions. X-Git-Tag: v7.0.0alpha2~144^2~71 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ceb6c4df04c15f3c16af6675b02e460b1ab4b473;p=nextcloud-server.git Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions. --- diff --git a/settings/css/settings.css b/settings/css/settings.css index 067f80fc9a7..0e62ab6763d 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -52,17 +52,20 @@ table.nostyle td { padding: 0.2em 0; } /* USERS */ .usercount { float: left; margin: 5px; } +li.active span.utils .delete { left: 7px; } li.active span.utils .delete, li.active span.utils .rename { float: left; position: relative; - margin: 3px; top: 4px; + top: -7px; width: 44px; height: 44px; } +li.active span.utils .rename { + width: 16px; height: 16px; + padding: 14px; + cursor: pointer; +} +li.active span.utils .delete img { margin: 14px; } span.utils .delete, span.utils .rename { display: none; } #app-navigation ul li.active > span.utils .delete, #app-navigation ul li.active > span.utils .rename { display: block; } -li.active span.utils .delete { - float: left; position: relative; - margin: 3px; top: 4px; -} #usersearchform { position: absolute; top: 4px; right: 10px; } #usersearchform label { font-weight: 700; } form { display:inline; } diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index cf7338b5096..ce038c90107 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -28,7 +28,7 @@ 0) { p(count($group['useringroup'])); } ?> <?php p($l->t(" title="t("change group name"))?>" /> + original-title="t('Edit'))?>" alt="t("change group name"))?>" title="t("change group name"))?>" />