Show More
@@ -24,7 +24,11 b' div.codeblock .code-header .commit{' | |||||
24 | } |
|
24 | } | |
25 |
|
25 | |||
26 | div.codeblock .code-body table{ |
|
26 | div.codeblock .code-body table{ | |
27 |
width: 0 !important; |
|
27 | width: 0 !important; | |
|
28 | border: 0px !important; | |||
|
29 | } | |||
|
30 | div.codeblock .code-body table td { | |||
|
31 | border: 0px !important; | |||
28 | } |
|
32 | } | |
29 | div.code-body { |
|
33 | div.code-body { | |
30 | background-color: #FFFFFF; |
|
34 | background-color: #FFFFFF; |
@@ -16,10 +16,8 b'' | |||||
16 | <div class="box"> |
|
16 | <div class="box"> | |
17 | <!-- box / title --> |
|
17 | <!-- box / title --> | |
18 | <div class="title"> |
|
18 | <div class="title"> | |
19 | <h5><input class="top-right-rounded-corner top-left-rounded-corner |
|
19 | <h5> | |
20 | bottom-left-rounded-corner bottom-right-rounded-corner" |
|
20 | <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...')}"/> | |
21 | id="q_filter" size="15" type="text" name="filter" |
|
|||
22 | value="${_('quick filter...')}"/> |
|
|||
23 | ${parent.breadcrumbs()} <span id="repo_count"></span> ${_('repositories')} |
|
21 | ${parent.breadcrumbs()} <span id="repo_count"></span> ${_('repositories')} | |
24 | </h5> |
|
22 | </h5> | |
25 | %if c.rhodecode_user.username != 'default': |
|
23 | %if c.rhodecode_user.username != 'default': |
General Comments 0
You need to be logged in to leave comments.
Login now