summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 21:46:09 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 21:46:09 -0700
commit2bd4fa4b43381da997219dbb9d2dd15a8d3af69f (patch)
tree39b83525f53d357bf53880f6d5c171b9aef36de5
parent56c543dbe42ebb77fb3f5742480a186954796837 (diff)
Remove g-actions, it doesn't serve any real purpose in styling or JavaScript.
-rw-r--r--modules/user/views/admin_users.html.php2
-rw-r--r--themes/admin_wind/css/screen.css7
2 files changed, 2 insertions, 7 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php
index 661f1532..18ad9403 100644
--- a/modules/user/views/admin_users.html.php
+++ b/modules/user/views/admin_users.html.php
@@ -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">
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 9fe3a1fc..83b258f5 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -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 {