diff --git a/rhodecode/lib/base.py b/rhodecode/lib/base.py --- a/rhodecode/lib/base.py +++ b/rhodecode/lib/base.py @@ -314,7 +314,6 @@ class BaseRepoController(BaseController) c.repository_followers: number of followers c.repository_forks: number of forks c.repository_following: weather the current user is following the current repo - """ def __before__(self): diff --git a/rhodecode/lib/utils2.py b/rhodecode/lib/utils2.py --- a/rhodecode/lib/utils2.py +++ b/rhodecode/lib/utils2.py @@ -355,7 +355,6 @@ def age(prevdate, show_short_version=Fal If show_short_version is True, then it will generate a not so accurate but shorter string, example: 2days ago, instead of 2 days and 23 hours ago. - :param prevdate: datetime object :param show_short_version: if it should aproximate the date and return a shorter string :rtype: unicode diff --git a/rhodecode/public/css/contextbar.css b/rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css +++ b/rhodecode/public/css/contextbar.css @@ -48,13 +48,13 @@ #content #context-bar, #content #context-bar a, #content #context-bar button { - color: #FFFFFF; + color: #FFFFFF; } #header #header-inner #quick a:hover, #content #context-bar a:hover, #content #context-bar button:hover { - text-decoration: none; + text-decoration: none; } #content #context-bar .icon { @@ -162,6 +162,7 @@ ul#context-actions { border-radius: 4px; background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%); } + #content ul#context-actions li { padding: 0px; border-right: 1px solid rgba(0,0,0,0.1); @@ -252,7 +253,7 @@ ul#context-actions { border-left: 1px solid rgba(0,0,0,0.1); } -#context-pages li.curreasdnt { +#context-pages li.current { background: #535353; /* Old browsers */ background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */ diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css old mode 100644 new mode 100755 --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -421,9 +421,8 @@ div:hover > a.permalink { } #header #header-inner #quick li span.icon { - border-left: none; - padding-left: 10px ; + padding-left: 10px; } #header #header-inner #quick li span.icon_short { @@ -1725,7 +1724,6 @@ div.form div.fields div.field div.button padding-right: 10px; } - #repo_size_2 { margin-left: 30px; display: block; @@ -2514,10 +2512,6 @@ h3.files_location { border-color: #cdcdcd; } -#graph_content .container { - -} - #graph_content #changesets td { overflow: hidden; text-overflow: ellipsis; diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js +++ b/rhodecode/public/js/rhodecode.js @@ -576,7 +576,6 @@ var showRepoSize = function(target, repo return false; } - /** * TOOLTIP IMPL. */ diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html +++ b/rhodecode/templates/admin/repos/repo_edit.html @@ -14,7 +14,7 @@ <%def name="main()"> - ${self.context_bar('options')} +${self.context_bar('options')}
diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -83,7 +83,7 @@ <%def name="admin_menu_simple()"> @@ -129,10 +129,6 @@ %endif
-