Commit 74632d6aec4cb8c1ffc34bbecae343779ebdf87b

Authored by Dmitriy Zaporozhets
1 parent 84d1dead

lil color restyle

app/assets/stylesheets/projects.css.scss
... ... @@ -277,7 +277,7 @@ input.ssh_project_url {
277 277  
278 278 body.project-page table .commit {
279 279 a.tree-commit-link {
280   - color:gray;
  280 + color:#444;
281 281 &:hover {
282 282 text-decoration:underline;
283 283 }
... ... @@ -527,11 +527,18 @@ h4.dash-tabs {
527 527  
528 528 body header,
529 529 h4.middle-panel {
  530 +
  531 + background: #999; /* for non-css3 browsers */
  532 +
  533 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA'); /* for IE */
  534 + background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EAEAEA)); /* for webkit browsers */
  535 + background: -moz-linear-gradient(top, #FAFAFA, #EAEAEA); /* for firefox 3.6+ */
  536 +
530 537 margin: 0;
531 538 border-bottom: 1px solid #ccc;
532 539 padding: 10px 20px;
533 540 font-size: 11px;
534   - background: #F7F7F7;
  541 + //background: #F7F7F7;
535 542 height:30px;
536 543  
537 544 .project_name {
... ...
app/assets/stylesheets/style.scss
... ... @@ -74,9 +74,9 @@ $blue_link: "#2fa0bb";
74 74 /* eo Vars */
75 75  
76 76 html{ -webkit-font-smoothing:antialiased; }
77   -body{font-size: 12px; background-color: #eee;}
78   -a{text-decoration: none; font-weight: bold; color: #666}
79   -a:hover{color: #333}
  77 +body{font-size: 12px; background-color: #F5F5F5;}
  78 +a{text-decoration: none; font-weight: bold; color: #444}
  79 +a:hover{color: #555}
80 80 /* Typography */
81 81 h1,h2,h3,h4,h5{font-weight: normal; color: #666}
82 82 h2{margin: 1.5em 0}
... ... @@ -611,7 +611,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
611 611 body.project-page h2.icon span{ background-position: -78px -68px; }
612 612 body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;}
613 613 body.project-page .page-title{margin-bottom: 0}
614   -body.project-page .project-sidebar {width: 110px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; background-color: #f7f7f7; float: left; display: inline-block; background: #f7f7f7; padding: 20px 0 20px 2%; margin: 0; }
  614 +body.project-page .project-sidebar {width: 110px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; background-color: #eee; float: left; display: inline-block; background: #eee; padding: 20px 0 20px 2%; margin: 0; }
615 615  
616 616 body.projects-page input.text.git-url { font-size: 12px; border-radius: 5px; color: #666; box-shadow: 0 1px 2px rgba(0,0,0,.2) inset; padding: 8px 0 8px 30px; margin-bottom: 20px; background: white url('images.png') no-repeat 8px -40px; width: 136px}
617 617 body.projects-page input.text.git-url {margin:10px 0 0 }
... ...