Showing 2 changed files with 7 additions and 3 deletions
+4
public/css/common.css
... ...
@@ -869,6 +869,7 @@ body {
869 869
   background:#5AAE08;
870 870
   border-bottom:1px solid #e5e5e5;
871 871
   overflow:hidden;
872
+  border-bottom:3px solid #479A05;
872 873
 }
873 874
 
874 875
 .header-left {
... ...
@@ -2495,6 +2496,9 @@ button.close {
2495 2496
   font-size:19px;
2496 2497
   font-weight:bold;
2497 2498
   margin:20px 0 15px 0;
2499
+  color:#358D23;
2500
+  border-left:5px solid #6FBA2C;
2501
+  padding:4px 6px;
2498 2502
 }
2499 2503
 
2500 2504
 .project-header {
+3 -3
templates/include/header.html.ep
... ...
@@ -35,15 +35,15 @@
35 35
         % if ($api->logined) {
36 36
           % unless ($session_user->{id} eq 'admin') {
37 37
             <div class="header-btn-container">
38
-              <a class="btn btn-small" href="<%= url_for("/_new") %>">Create a new repo</a>
38
+              <a class="btn btn-small" href="<%= url_for("/_new") %>"><b>Create a new repo</b></a>
39 39
             </div>
40 40
             <div class="header-btn-container">
41
-              <a class="btn btn-small" href="<%= url_for("/$session_user->{id}/_settings") %>">Account Settings</a>
41
+              <a class="btn btn-small" href="<%= url_for("/$session_user->{id}/_settings") %>"><b>Account Settings</b></a>
42 42
             </div>
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") %>">Sign out</a>
46
+            <a class="btn btn-small" href="<%= url_for("/_logout?from=$url") %>"><b>Sign out</b></a>
47 47
           </div>
48 48
           <!-- Logined as <%= $session_user->{id} %> -->
49 49
           <div class="header-login-container">