From 98eeff7538f9580597845e689ff8ea9f63a7d601 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 17 Aug 2015 16:11:10 -0700 Subject: commit 631eb4b broke the checkboxes in admin/site, so separate normal checkboxes from bulk edit checkboxes in the css --- version.inc | 2 +- view/css/mod_admin.css | 2 +- view/tpl/admin_channels.tpl | 2 +- view/tpl/admin_users.tpl | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/version.inc b/version.inc index 0165778ef..6d9c20d4f 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-08-16.1126 +2015-08-17.1127 diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index 9a7cb4bb3..409744402 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -61,7 +61,7 @@ #adminpage table tr:hover { background-color: #bbc7d7; } #adminpage .selectall { text-align: right; } -.checkbox { +.checkbox_bulkedit { width: 1.2em; height: 1.2em; } diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl index a3390b179..8a2f4458a 100755 --- a/view/tpl/admin_channels.tpl +++ b/view/tpl/admin_channels.tpl @@ -32,7 +32,7 @@ {{$c.channel_id}} {{$c.channel_name}} {{$c.channel_address}} - + diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl index aa0abb12f..f372911a0 100755 --- a/view/tpl/admin_users.tpl +++ b/view/tpl/admin_users.tpl @@ -31,7 +31,7 @@ {{$u.account_created}} {{$u.account_email}} - + @@ -71,7 +71,7 @@ {{$u.account_lastlog}} {{$u.account_expires}} {{$u.account_service_class}} - + -- cgit v1.2.3