# HG changeset patch # User Marcin Kuzminski # Date 2013-03-06 00:53:55 # Node ID b30a842bc164d6811afa165994b778c6e5abfd3b # Parent d2326e71500704c979e9b9a35726be626c061c30 codecleaner diff --git a/rhodecode/model/db.py b/rhodecode/model/db.py --- a/rhodecode/model/db.py +++ b/rhodecode/model/db.py @@ -1369,7 +1369,7 @@ class RepoGroup(Base, BaseModel): def recursive_groups(self): """ - Returns all children groups for this group including children of children + Returns all children groups for this group including children of children """ return self._recursive_objects(include_repos=False) diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4119,11 +4119,11 @@ div.rst-block h2 { font-weight: normal; } -div.rst-block { +div.rst-block { background-color: #fafafa; } -div.rst-block { +div.rst-block { clear: both; overflow: hidden; margin: 0; @@ -4411,7 +4411,7 @@ form.comment-inline-form { padding: 10px 20px; } -.inline-comments div.rst-block { +.inline-comments div.rst-block { clear: both; overflow: hidden; margin: 0; @@ -4808,4 +4808,4 @@ div.comment:target>.comment-wrapp { .lineno:target a { border: solid 2px #ee0 !important; margin: -2px; -} +} \ No newline at end of file diff --git a/rhodecode/templates/admin/users/user_edit_my_account_form.html b/rhodecode/templates/admin/users/user_edit_my_account_form.html --- a/rhodecode/templates/admin/users/user_edit_my_account_form.html +++ b/rhodecode/templates/admin/users/user_edit_my_account_form.html @@ -21,9 +21,9 @@
-
- ${c.perm_user.ip_addr or "?"} -
+
+ ${c.perm_user.ip_addr or "?"} +