Showing 1 changed files with 5 additions and 4 deletions
+5 -4
public/css/common.css
... ...
@@ -896,7 +896,7 @@ body {
896 896
 .title {
897 897
   float:left;
898 898
   font-size:19px;
899
-  padding:14px 0 12px 0;
899
+  padding:13px 0 9px 0;
900 900
 }
901 901
 .title a {
902 902
   color:white;
... ...
@@ -908,7 +908,7 @@ body {
908 908
 .header-search {
909 909
   float:left;
910 910
   margin-left:10px;
911
-  padding:11px 0 8px 0;
911
+  padding:10px 0 7px 0;
912 912
 }
913 913
 
914 914
 .header-search input {
... ...
@@ -2517,6 +2517,7 @@ button.close {
2517 2517
   margin-bottom:12px;
2518 2518
   overflow:hidden;
2519 2519
   padding:14px 0 0 0;
2520
+  border-top:#CCCCCC 1px solid;
2520 2521
 }
2521 2522
 
2522 2523
 .project-header-left {
... ...
@@ -2543,8 +2544,8 @@ button.close {
2543 2544
 
2544 2545
 .footer {
2545 2546
   text-align:center;
2546
-  border-top:3px solid #479A05;
2547
-  padding:15px 0;
2547
+  border-top:2px solid #479A05;
2548
+  padding:8px 0 10px 0;
2548 2549
   margin-top:30px;
2549 2550
   background:#5AAE08;
2550 2551
   color:white;