changeset 1477:6f1439efaed6 beta

Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Sep 2011 22:40:01 +0300
parents 6ebb165c3942 (current diff) d30536f02192 (diff)
children 236090bf758f
files rhodecode/public/css/style.css rhodecode/public/images/quick_l.png rhodecode/public/images/quick_l_selected.png rhodecode/public/images/quick_r.png rhodecode/public/images/quick_r_selected.png
diffstat 7 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/pygments.css	Wed Sep 14 15:55:06 2011 -0300
+++ b/rhodecode/public/css/pygments.css	Wed Sep 14 22:40:01 2011 +0300
@@ -24,7 +24,11 @@
 }
 
 div.codeblock .code-body table{
-    width: 0 !important;    
+    width: 0 !important;
+    border: 0px !important;
+}
+div.codeblock .code-body table td {
+	border: 0px !important;
 }
 div.code-body {
 	background-color: #FFFFFF;
--- a/rhodecode/public/css/style.css	Wed Sep 14 15:55:06 2011 -0300
+++ b/rhodecode/public/css/style.css	Wed Sep 14 22:40:01 2011 +0300
@@ -355,7 +355,6 @@
 top:0;
 left:0;
 border-left:none;
-background:url("../images/quick_l.png") no-repeat top left;
 border-right:1px solid #2e5c89;
 padding:9px 4px 4px;
 }
Binary file rhodecode/public/images/quick_l.png has changed
Binary file rhodecode/public/images/quick_l_selected.png has changed
Binary file rhodecode/public/images/quick_r.png has changed
Binary file rhodecode/public/images/quick_r_selected.png has changed
--- a/rhodecode/templates/index_base.html	Wed Sep 14 15:55:06 2011 -0300
+++ b/rhodecode/templates/index_base.html	Wed Sep 14 22:40:01 2011 +0300
@@ -16,10 +16,8 @@
     <div class="box">
         <!-- box / title -->
         <div class="title">
-            <h5><input class="top-right-rounded-corner top-left-rounded-corner 
-                               bottom-left-rounded-corner bottom-right-rounded-corner" 
-                        id="q_filter" size="15" type="text" name="filter" 
-                        value="${_('quick filter...')}"/>
+            <h5>
+            <input class="top-right-rounded-corner top-left-rounded-corner bottom-left-rounded-corner bottom-right-rounded-corner" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
             ${parent.breadcrumbs()} <span id="repo_count"></span> ${_('repositories')} 
             </h5>
             %if c.rhodecode_user.username != 'default':