Changeset - 6f1439efaed6
[Not reviewed]
Merge beta
4 3 0
Marcin Kuzminski - 14 years ago 2011-09-14 21:40:01
marcin@python-works.com
7 files changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/pygments.css
Show inline comments
 
@@ -21,13 +21,17 @@ div.codeblock .code-header .commit{
 
	margin-left:25px;
 
	font-weight: normal;
 
	white-space:pre;
 
}
 

	
 
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;
 
}
 
div.code-body pre .match{
 
	background-color: #FAFFA6;
rhodecode/public/css/style.css
Show inline comments
 
@@ -352,13 +352,12 @@ padding:8px 8px 4px;
 
}
 
 
#header #header-inner #quick li span.icon_short {
 
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;
 
}
 
 
#header #header-inner #quick li a:hover {
 
background:#4e4e4e  no-repeat top left;
rhodecode/public/images/quick_l.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_l_selected.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_r.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/public/images/quick_r_selected.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
rhodecode/templates/index_base.html
Show inline comments
 
@@ -13,16 +13,14 @@
 
        %endif
 
    </%def>
 
    
 
    <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':
 
                %if h.HasPermissionAny('hg.admin','hg.create.repository')():
 
                <ul class="links">
 
                  <li>
0 comments (0 inline, 0 general)