Showing 3 changed files with 4 additions and 14 deletions
+3 -11
public/css/common.css
... ...
@@ -45,9 +45,10 @@
45 45
 }
46 46
 .commits-count {
47 47
   margin:0;
48
-  border-radius: 3px 3px 0 0;
49 48
   border: 1px solid #ddd;
50
-  border-bottom:none;
49
+  border-top:3px solid #6FBA2C;
50
+  margin-bottom:12px;
51
+  box-shadow: 0 1px 6px #d9d9d9;
51 52
 }
52 53
 
53 54
 .commits-count li {
... ...
@@ -69,15 +70,6 @@
69 70
   text-decoration:none;
70 71
 }
71 72
 
72
-.commits-count-bottom {
73
-  border-radius:0 0 3px 3px;
74
-  border: 1px solid #ddd;
75
-  min-height:4px;
76
-  border-top:none;
77
-  margin-bottom:15px;
78
-  background:#6FBA2C;
79
-}
80
-
81 73
 .issue-labels {
82 74
   padding:10px 0;
83 75
   border-bottom:1px solid #d8d8d8;
+1 -1
templates/include/header.html.ep
... ...
@@ -43,7 +43,7 @@
43 43
           % }
44 44
           % my $url = url_with->to_abs;
45 45
           <div class="header-btn-container">
46
-            <a class="btn btn-small" href="<%= url_for("/_logout?from=$url") %>"><b>Sign out</b></a>
46
+            <a class="btn btn-small" href="<%= url_for("/_logout?from=$url") %>"><b>Logout</b></a>
47 47
           </div>
48 48
           <!-- Logined as <%= $session_user->{id} %> -->
49 49
           <div class="header-login-container">
-2
templates/tree.html.ep
... ...
@@ -134,8 +134,6 @@
134 134
             </a>
135 135
           </li>
136 136
         </ul>
137
-        <div class="commits-count-bottom">
138
-        </div>
139 137
       % }
140 138
 
141 139
       <div style="margin-bottom:5px;">