aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-05-09 22:34:21 +0000
committerplegall <plg@piwigo.org>2005-05-09 22:34:21 +0000
commit6a9e165e32a7613bd4e381011993d2461d3b03df (patch)
tree573073e0320df332d28e72c28ea71102a1bb03b4 /template/default/default.css
parentfd2cc0d700e601caf3af8c98156f036ffec697f4 (diff)
- user list : links to profile page and permissions page are represented by
icons (more compact) - user list : ability to associate to a group or to dissociate from a group a list of selected users - user list : ability to set user properties in "batch" mode (a selection of users at once) - user list : alternate background color for each line - (not in ChangeLog) temporary commented code to update current user language if $_POST['language'] is set (see include/user.inc.php for details) git-svn-id: http://piwigo.org/svn/trunk@787 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r--template/default/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 8337b8dbc..35f54769c 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -376,4 +376,8 @@ div.remoteLocal {
}
/* for debugging purpose */
-pre { text-align:left; } \ No newline at end of file
+pre { text-align:left; }
+
+label:hover {
+ cursor: pointer;
+}