mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Remove g-actions, it doesn't serve any real purpose in styling or JavaScript.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<td>
|
||||
<?= ($user->last_login == 0) ? "" : gallery::date($user->last_login) ?>
|
||||
</td>
|
||||
<td class="g-actions">
|
||||
<td>
|
||||
<a href="<?= url::site("admin/users/edit_user_form/$user->id") ?>"
|
||||
open_text="<?= t("Close") ?>"
|
||||
class="g-panel-link g-button ui-state-default ui-corner-all ui-icon-left">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
* 6) jQuery and jQuery UI
|
||||
* 7) Right-to-left language styles
|
||||
*
|
||||
* @todo Review g-actions along with g-buttonset-vertical
|
||||
* @todo Review g-buttonset-vertical
|
||||
*/
|
||||
|
||||
/** *******************************************************************
|
||||
@@ -358,11 +358,6 @@ th {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.g-actions a,
|
||||
.g-actions span {
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
/* Block admin ~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
.g-admin-blocks-list {
|
||||
|
||||
Reference in New Issue
Block a user