changeset 3887:4930abd96a7e beta

minor css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 03:10:28 +0200
parents a1696507b3ad
children 7aa0ff5b4e09
files rhodecode/public/css/style.css rhodecode/templates/files/files_add.html rhodecode/templates/search/search.html
diffstat 3 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed May 22 02:59:20 2013 +0200
+++ b/rhodecode/public/css/style.css	Wed May 22 03:10:28 2013 +0200
@@ -367,7 +367,6 @@
     height: 40px;
     width: 46px;
     display: block;
-    background: url("../images/button_home.png");
     background-position: 0 0;
     margin: 0;
     padding: 0;
@@ -1738,7 +1737,7 @@
 
 #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 @@
 }
 
 #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;
--- a/rhodecode/templates/files/files_add.html	Wed May 22 02:59:20 2013 +0200
+++ b/rhodecode/templates/files/files_add.html	Wed May 22 03:10:28 2013 +0200
@@ -75,7 +75,7 @@
                 <div style="padding: 10px;color:#666666">${_('Commit message')}</div>
                 <textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px" placeholder="${c.default_message}"></textarea>
             </div>
-            <div style="text-align: l;padding-top: 5px">
+            <div style="text-align: left;padding-top: 5px">
             ${h.submit('commit',_('Commit changes'),class_="ui-btn")}
             ${h.reset('reset',_('Reset'),class_="ui-btn")}
             </div>
--- a/rhodecode/templates/search/search.html	Wed May 22 02:59:20 2013 +0200
+++ b/rhodecode/templates/search/search.html	Wed May 22 03:10:28 2013 +0200
@@ -54,7 +54,7 @@
                         <input type="submit" value="${_('Search')}" class="ui-button"/>
                     </div>
                 </div>
-                <div style="font-weight: bold;clear:Both;margin-left:200px">${c.runtime}</div>
+                <div style="font-weight: bold;clear:both;margin-left:200px">${c.runtime}</div>
             </div>
 
             <div class="field">