# HG changeset patch # User Marcin Kuzminski # Date 2013-05-22 01:10:28 # Node ID 4930abd96a7e7a90b68d60e3c0e2baa3378211d5 # Parent a1696507b3ad87969cc6cc195203d2017150aa68 minor css fixes 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 @@ -367,7 +367,6 @@ div:hover > a.permalink { height: 40px; width: 46px; display: block; - background: url("../images/button_home.png"); background-position: 0 0; margin: 0; padding: 0; @@ -1738,7 +1737,7 @@ div.form div.fields div.field div.button #summary-menu-stats a span { background-color: #DEDEDE; - color: 888 !important; + color: #888 !important; border-radius: 4px; padding: 2px 4px; font-size: 10px; @@ -3473,7 +3472,7 @@ table.code-browser .submodule-dir { } #msg_close { - background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; + background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0; cursor: pointer; height: 16px; position: absolute; diff --git a/rhodecode/templates/files/files_add.html b/rhodecode/templates/files/files_add.html --- a/rhodecode/templates/files/files_add.html +++ b/rhodecode/templates/files/files_add.html @@ -75,7 +75,7 @@
${_('Commit message')}
-
+
${h.submit('commit',_('Commit changes'),class_="ui-btn")} ${h.reset('reset',_('Reset'),class_="ui-btn")}
diff --git a/rhodecode/templates/search/search.html b/rhodecode/templates/search/search.html --- a/rhodecode/templates/search/search.html +++ b/rhodecode/templates/search/search.html @@ -54,7 +54,7 @@
-
${c.runtime}
+
${c.runtime}