Commit 8cc25ef94e540e8512f0c22eb4a506f812e9982f

Authored by Dmitriy Zaporozhets
1 parent 87f07f68

cleaning UI

app/assets/stylesheets/projects.css.scss
@@ -439,6 +439,11 @@ body.project-page .team_member_new .span-6, .team_member_edit .span-6{ padding:1 @@ -439,6 +439,11 @@ body.project-page .team_member_new .span-6, .team_member_edit .span-6{ padding:1
439 body.projects-page input.text.git-url.project_list_url { width:165px; } 439 body.projects-page input.text.git-url.project_list_url { width:165px; }
440 440
441 441
  442 +body.project-page table.no-borders th {
  443 + background:none;
  444 + border-bottom:1px solid #CCC;
  445 + color:#333;
  446 +}
442 447
443 body.project-page table.no-borders tr, 448 body.project-page table.no-borders tr,
444 body.project-page table.no-borders td{ 449 body.project-page table.no-borders td{
app/assets/stylesheets/style.scss
@@ -76,7 +76,7 @@ $blue_link: "#2fa0bb"; @@ -76,7 +76,7 @@ $blue_link: "#2fa0bb";
76 html{ -webkit-font-smoothing:antialiased; } 76 html{ -webkit-font-smoothing:antialiased; }
77 body { 77 body {
78 font-size: 12px; 78 font-size: 12px;
79 - background-color: #F7F7F7; 79 + background-color: #FFFFFF;
80 } 80 }
81 a{text-decoration: none; font-weight: bold; color: #444} 81 a{text-decoration: none; font-weight: bold; color: #444}
82 a:hover{color: #555} 82 a:hover{color: #555}
@@ -190,12 +190,14 @@ input.button{margin-bottom: 1.5em} @@ -190,12 +190,14 @@ input.button{margin-bottom: 1.5em}
190 /* eo Buttons */ 190 /* eo Buttons */
191 191
192 /* UI Box */ 192 /* UI Box */
193 -.ui-box{border: 1px solid #DEDFE1; float: left; border-radius: 5px} 193 +//.ui-box{border: 1px solid #DEDFE1; float: left; border-radius: 5px}
  194 +.ui-box{float: left;}
194 .ui-box h3{ 195 .ui-box h3{
195 background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8)); 196 background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
196 background-image: -webkit-linear-gradient(#fefefe 7.6%, #F6F7F8); 197 background-image: -webkit-linear-gradient(#fefefe 7.6%, #F6F7F8);
197 background-image: -moz-linear-gradient(#fefefe 7.6%, #F6F7F8); 198 background-image: -moz-linear-gradient(#fefefe 7.6%, #F6F7F8);
198 background-image: -o-linear-gradient(#fefefe 7.6%, #F6F7F8); 199 background-image: -o-linear-gradient(#fefefe 7.6%, #F6F7F8);
  200 + background:none;
199 margin: 0; 201 margin: 0;
200 padding: 1em; 202 padding: 1em;
201 font-size: 12px; 203 font-size: 12px;
@@ -406,7 +408,7 @@ header nav a.last_elem{ @@ -406,7 +408,7 @@ header nav a.last_elem{
406 border-bottom-right-radius: 4px; 408 border-bottom-right-radius: 4px;
407 } 409 }
408 410
409 -header .search{ display: inline-block; float: right; margin-right: 46px} 411 +header .search{ display: inline-block; float: right; margin-right: 90px}
410 412
411 header nav a span{width: 20px; height: 20px; display: inline-block; background: red; position: absolute; left: 8px; top: 6px;} 413 header nav a span{width: 20px; height: 20px; display: inline-block; background: red; position: absolute; left: 8px; top: 6px;}
412 414
@@ -600,22 +602,22 @@ html, body { height: 100%; } @@ -600,22 +602,22 @@ html, body { height: 100%; }
600 602
601 body.dashboard-page h2.icon span{ background-position: 9px -69px; } 603 body.dashboard-page h2.icon span{ background-position: 9px -69px; }
602 body.dashboard-page header{margin-bottom: 0} 604 body.dashboard-page header{margin-bottom: 0}
603 -body.dashboard-page .news-feed{padding-left: 1em; margin-right: 450px; min-height: 600px; margin-left: 1%; margin-top: 20px;} 605 +body.dashboard-page .news-feed{margin-left: 290px; min-height: 600px; margin-top: 20px; margin-right:2px;}
604 body.dashboard-page .dashboard-content{ position: relative; float: left; width: 100%; height: 100%; } 606 body.dashboard-page .dashboard-content{ position: relative; float: left; width: 100%; height: 100%; }
605 body.dashboard-page .news-feed h2{float: left;} 607 body.dashboard-page .news-feed h2{float: left;}
606 -body.dashboard-page aside{ min-height: 820px; position: relative; top: 0; bottom: 0; right: 0; width: 420px; float: right; background-color: #f7f7f7; border-left: 1px solid #ccc }  
607 -body.dashboard-page aside h4{margin: 0; border-bottom: 1px solid #ccc; padding: 10px 10px; font-size: 11px; font-weight: bold; text-transform: uppercase;} 608 +body.dashboard-page aside{ min-height: 820px; position: relative; top: 0; bottom: 0; right: 0; width: 260px; float: left; border-right: 1px solid #ccc }
  609 +body.dashboard-page aside h4{margin: 0; border-bottom: 1px solid #ccc; padding: 20px 20px 20px 0px; font-size: 11px; font-weight: bold; text-transform: uppercase;}
608 body.dashboard-page aside h4 a.button-small{float: right; text-transform: none; border-radius: 4px; margin-right: 2%; margin-top: -4px; display: block;} 610 body.dashboard-page aside h4 a.button-small{float: right; text-transform: none; border-radius: 4px; margin-right: 2%; margin-top: -4px; display: block;}
609 body.dashboard-page aside .project-list {list-style: none; margin: 0; padding: 0;} 611 body.dashboard-page aside .project-list {list-style: none; margin: 0; padding: 0;}
610 -body.dashboard-page aside .project-list li a {background: white; color: #{$blue_link}; display: block; border-bottom: 1px solid #eee; padding: 14px 6% 14px 14px;}  
611 -body.dashboard-page aside .project-list li a:hover {background: #f1f1f1}  
612 -body.dashboard-page aside .project-list li a:hover span.arrow{background-color: #E3E5EA;} 612 +body.dashboard-page aside .project-list li a {background: white; color: #{$blue_link}; display: block; border-bottom: 1px solid #eee; padding: 14px 6% 14px 0px;}
  613 +//body.dashboard-page aside .project-list li a:hover {background: #f1f1f1}
  614 +//body.dashboard-page aside .project-list li a:hover span.arrow{background-color: #E3E5EA;}
613 body.dashboard-page aside .project-list li a span.project-name{font-size: 14px; display: block; margin-bottom: 8px} 615 body.dashboard-page aside .project-list li a span.project-name{font-size: 14px; display: block; margin-bottom: 8px}
614 body.dashboard-page aside .project-list li a span.time{color: #666; font-weight: normal; font-size: 11px} 616 body.dashboard-page aside .project-list li a span.time{color: #666; font-weight: normal; font-size: 11px}
615 body.dashboard-page aside .project-list li a span.arrow{float: right; background: #E3E5EA; padding: 10px; border-radius: 5px; margin-top: 2px; text-shadow: none; color: #999} 617 body.dashboard-page aside .project-list li a span.arrow{float: right; background: #E3E5EA; padding: 10px; border-radius: 5px; margin-top: 2px; text-shadow: none; color: #999}
616 body.dashboard-page .news-feed .project-updates {margin-bottom: 20px; display: block; width: 100%;} 618 body.dashboard-page .news-feed .project-updates {margin-bottom: 20px; display: block; width: 100%;}
617 body.dashboard-page .news-feed .project-updates .data{ padding: 0} 619 body.dashboard-page .news-feed .project-updates .data{ padding: 0}
618 -body.dashboard-page .news-feed .project-updates a.project-update {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} 620 +body.dashboard-page .news-feed .project-updates a.project-update {padding: 10px; overflow: hidden; display: block;}
619 body.dashboard-page .news-feed .project-updates a.project-update:last-child{border-bottom: 0} 621 body.dashboard-page .news-feed .project-updates a.project-update:last-child{border-bottom: 0}
620 body.dashboard-page .news-feed .project-updates a.project-update img{float: left; margin-right: 10px;} 622 body.dashboard-page .news-feed .project-updates a.project-update img{float: left; margin-right: 10px;}
621 body.dashboard-page .news-feed .project-updates a.project-update span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;} 623 body.dashboard-page .news-feed .project-updates a.project-update span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}
@@ -642,7 +644,7 @@ body.project-page h2.icon .project-name i.arrow{float: right; @@ -642,7 +644,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
642 body.project-page h2.icon span{ background-position: -78px -68px; } 644 body.project-page h2.icon span{ background-position: -78px -68px; }
643 body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;} 645 body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;}
644 body.project-page .page-title{margin-bottom: 0} 646 body.project-page .page-title{margin-bottom: 0}
645 -body.project-page .project-sidebar {width: 110px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; float: left; display: inline-block; background: #F7F7F7; padding: 20px 0 20px 0; margin: 0; border-right: 1px solid #ddd; } 647 +body.project-page .project-sidebar {width: 110px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; float: left; display: inline-block; background: #FFF; padding: 20px 0 20px 0; margin: 0; border-right: 1px solid #ddd; }
646 648
647 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} 649 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}
648 body.projects-page input.text.git-url {margin:10px 0 0 } 650 body.projects-page input.text.git-url {margin:10px 0 0 }
@@ -657,8 +659,10 @@ body.project-page .project-sidebar aside a{ @@ -657,8 +659,10 @@ body.project-page .project-sidebar aside a{
657 //background: #FFF; 659 //background: #FFF;
658 padding: 15px 10px; 660 padding: 15px 10px;
659 //border: 1px solid #ccc; 661 //border: 1px solid #ccc;
660 - margin: 10px 20px 0 0; 662 + margin: 10px 0 0 0;
661 //border-radius:5px; 663 //border-radius:5px;
  664 +
  665 +
662 } 666 }
663 //body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;} 667 //body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;}
664 body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px} 668 body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px}
@@ -667,6 +671,15 @@ body.project-page .project-sidebar aside a.current { @@ -667,6 +671,15 @@ body.project-page .project-sidebar aside a.current {
667 background: #79C3E0; 671 background: #79C3E0;
668 border: 1px solid #2FA0BB; 672 border: 1px solid #2FA0BB;
669 border-radius:5px; 673 border-radius:5px;
  674 +
  675 +
  676 + -webkit-border-top-right-radius: 0;
  677 + -webkit-border-bottom-right-radius: 0;
  678 + -moz-border-radius-topright: 0px;
  679 + -moz-border-radius-bottomright: 0px;
  680 + border-top-right-radius: 0;
  681 + border-bottom-right-radius: 0;
  682 + margin-right: -1px;
670 } 683 }
671 body.project-page .project-content{ padding: 20px; display: block; margin-left: 110px; min-height: 600px} 684 body.project-page .project-content{ padding: 20px; display: block; margin-left: 110px; min-height: 600px}
672 body.project-page .project-content h2{ margin-top: 6px} 685 body.project-page .project-content h2{ margin-top: 6px}
@@ -676,7 +689,6 @@ body.project-page table th, body.project-page table td{ border-bottom: 1px soli @@ -676,7 +689,6 @@ body.project-page table th, body.project-page table td{ border-bottom: 1px soli
676 body.project-page .fixed{position: fixed; } 689 body.project-page .fixed{position: fixed; }
677 690
678 /* New project Page */ 691 /* New project Page */
679 -.new-project-page .container{ margin:20px}  
680 .new-project-page .container table{background: white} 692 .new-project-page .container table{background: white}
681 /* eo New Project Page */ 693 /* eo New Project Page */
682 694
@@ -712,7 +724,7 @@ body.project-page.commits-page .commit-button i{ @@ -712,7 +724,7 @@ body.project-page.commits-page .commit-button i{
712 body.project-page.commits-page .commits-date {display: block; width: 100%; margin-bottom: 20px} 724 body.project-page.commits-page .commits-date {display: block; width: 100%; margin-bottom: 20px}
713 body.project-page.commits-page .commits-date .data {padding: 0} 725 body.project-page.commits-page .commits-date .data {padding: 0}
714 body.project-page.commits-page a.commit{padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} 726 body.project-page.commits-page a.commit{padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
715 -body.project-page.commits-page .commits-date a.commit {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} 727 +body.project-page.commits-page .commits-date a.commit {padding: 10px; border-bottom: none; overflow: hidden; display: block;}
716 body.project-page.commits-page .commits-date a.commit:last-child{border-bottom: 0} 728 body.project-page.commits-page .commits-date a.commit:last-child{border-bottom: 0}
717 body.project-page.commits-page .commits-date a.commit img{float: left; margin-right: 10px;} 729 body.project-page.commits-page .commits-date a.commit img{float: left; margin-right: 10px;}
718 body.project-page.commits-page .commits-date a.commit span.commit-title{display: block;} 730 body.project-page.commits-page .commits-date a.commit span.commit-title{display: block;}
app/views/dashboard/_sidebar.html.haml
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 - @projects.each do |project| 7 - @projects.each do |project|
8 %li 8 %li
9 %a{:href => project_path(project)} 9 %a{:href => project_path(project)}
10 - %span.arrow → 10 + -#%span.arrow →
11 %span.project-name= project.name 11 %span.project-name= project.name
12 %span.time 12 %span.time
13 %strong Last activity: 13 %strong Last activity:
app/views/layouts/project.html.haml
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 28
29 = link_to "Repository", project_repository_path(@project), :class => repository_tab_class 29 = link_to "Repository", project_repository_path(@project), :class => repository_tab_class
30 = link_to "Tree", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class 30 = link_to "Tree", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class
31 - = link_to "Commits", project_commits_path(@project), :class => current_page?(:controller => "commits", :action => "index", :project_id => @project) ? "current" : nil 31 + = link_to "Commits", project_commits_path(@project), :class => (controller.controller_name == "commits") ? "current" : nil
32 = link_to "Network", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil 32 = link_to "Network", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil
33 = link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do 33 = link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do
34 Issues 34 Issues
app/views/projects/_team.html.haml
1 -%table.round-borders#team-table 1 +%table.no-borders#team-table
2 %thead 2 %thead
3 %th Name 3 %th Name
4 %th Project 4 %th Project
app/views/refs/_tree.html.haml
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree } 13 = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
14 - else 14 - else
15 - contents = tree.contents 15 - contents = tree.contents
16 - %table#tree-slider.round-borders 16 + %table#tree-slider.no-borders
17 %thead 17 %thead
18 %th Name 18 %th Name
19 %th Last Update 19 %th Last Update