diff options
author | plegall <plg@piwigo.org> | 2013-11-13 19:43:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-13 19:43:49 +0000 |
commit | 46fd7a42c16b6aa4f0c6ee138c1708f6dc21cb6e (patch) | |
tree | 3a8aecb6df6af20af6ed02a076cdd02a04137ab2 /admin/themes/default/theme.css | |
parent | 146ee8c26f6e18d720e4d38e4c6dbdb883156e81 (diff) |
feature 1668: delete single user, better colors for admin dark theme.
git-svn-id: http://piwigo.org/svn/trunk@25479 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 1f7ad9bda..07b1f1ee7 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1144,4 +1144,13 @@ a.group_perm { font-size:16px; margin-left:-8px; cursor:pointer; -}
\ No newline at end of file +} + +.userProperties {max-width:730px;} +.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} +.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;} +.userActions {float:right;text-align:right;} + |