diff options
author | plegall <plg@piwigo.org> | 2013-11-16 22:01:58 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-16 22:01:58 +0000 |
commit | c374e7d6afe2c01bad0e5c9a0a025cb8f414f82f (patch) | |
tree | e202a933cd30c17c9d73dd914cffd749303a8bcf /admin/themes/default/theme.css | |
parent | d7c718e8464a9ab0837545c3642e9420f972ed45 (diff) |
feature 1668: add new language strings for the new user manager.
git-svn-id: http://piwigo.org/svn/trunk@25502 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 07b1f1ee7..46c3ea176 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1151,6 +1151,6 @@ a.group_perm { .userPropertiesSet {width:350px;float:left;padding-top:5px} .userPropertiesSetTitle {font-weight:bold;margin-bottom:1em;} .userPrefs {border-left:1px solid #ddd;padding-left:10px;} -.userProperty {width:220px;float:left;margin-bottom:15px;} +.userProperty {width:340px;float:left;margin-bottom:15px;} .userActions {float:right;text-align:right;} |