Commit e0fe17ee4a6961d57bb96f594332a1facf82921f
1 parent
21b31a67
Exists in
master
and in
4 other branches
cleaning & image resize
Showing
8 changed files
with
18 additions
and
19 deletions
Show diff stats
app/assets/images/Gear-UI.PNG
app/assets/images/Home-UI.PNG
app/assets/images/blueprint_notice.png
4.42 KB
app/assets/images/git.png
21.1 KB
app/assets/images/home.png
271 Bytes
app/assets/stylesheets/projects.css.scss
| @@ -561,14 +561,10 @@ h4.middle-panel { | @@ -561,14 +561,10 @@ h4.middle-panel { | ||
| 561 | margin:0px; | 561 | margin:0px; |
| 562 | font-size: 12px; | 562 | font-size: 12px; |
| 563 | 563 | ||
| 564 | - border-radius: 0px; | ||
| 565 | - -moz-border-radius: 0px; | 564 | + margin-right:10px; |
| 565 | + border-radius: 4px; | ||
| 566 | + -moz-border-radius: 4px; | ||
| 566 | 567 | ||
| 567 | - -moz-border-radius-bottomleft: 4px; | ||
| 568 | - -moz-border-radius-topleft: 4px; | ||
| 569 | - | ||
| 570 | - border-top-left-radius: 4px; | ||
| 571 | - border-bottom-left-radius: 4px; | ||
| 572 | 568 | ||
| 573 | color: #666; | 569 | color: #666; |
| 574 | border: 1px solid #AAA; | 570 | border: 1px solid #AAA; |
| @@ -595,16 +591,16 @@ h4.middle-panel { | @@ -595,16 +591,16 @@ h4.middle-panel { | ||
| 595 | 591 | ||
| 596 | .chzn-single { | 592 | .chzn-single { |
| 597 | background:white; | 593 | background:white; |
| 598 | - -moz-border-radius: 0; | ||
| 599 | - border-radius: 0; | ||
| 600 | - -moz-border-radius-bottomright: 4px; | ||
| 601 | - -moz-border-radius-topright: 4px; | ||
| 602 | - border-top-right-radius: 4px; | ||
| 603 | - border-bottom-right-radius: 4px; | 594 | + -moz-border-radius: 4px; |
| 595 | + border-radius: 4px; | ||
| 604 | 596 | ||
| 605 | div { | 597 | div { |
| 606 | background:white; | 598 | background:white; |
| 607 | } | 599 | } |
| 600 | + | ||
| 601 | + span { | ||
| 602 | + font-weight: normal; | ||
| 603 | + } | ||
| 608 | } | 604 | } |
| 609 | } | 605 | } |
| 610 | 606 |
app/assets/stylesheets/style.scss
| @@ -565,7 +565,7 @@ input.search-input{ | @@ -565,7 +565,7 @@ input.search-input{ | ||
| 565 | background-color: #FFF; | 565 | background-color: #FFF; |
| 566 | padding: 5px; | 566 | padding: 5px; |
| 567 | padding-left: 26px; | 567 | padding-left: 26px; |
| 568 | - margin-top: 4px; | 568 | + margin-top: 2px; |
| 569 | margin-right: 10px; | 569 | margin-right: 10px; |
| 570 | } | 570 | } |
| 571 | /*input.search-input:focus{ background-color: white; width: 216px;}*/ | 571 | /*input.search-input:focus{ background-color: white; width: 216px;}*/ |
| @@ -637,18 +637,19 @@ body.project-page .project-sidebar aside{width: 109px} | @@ -637,18 +637,19 @@ body.project-page .project-sidebar aside{width: 109px} | ||
| 637 | body.project-page .project-sidebar aside a{ | 637 | body.project-page .project-sidebar aside a{ |
| 638 | display: block; | 638 | display: block; |
| 639 | position: relative; | 639 | position: relative; |
| 640 | - background: #FFF; | 640 | + //background: #FFF; |
| 641 | padding: 15px 10px; | 641 | padding: 15px 10px; |
| 642 | - border: 1px solid #ccc; | 642 | + //border: 1px solid #ccc; |
| 643 | margin: 10px 20px 0 0; | 643 | margin: 10px 20px 0 0; |
| 644 | - border-radius:5px; | 644 | + //border-radius:5px; |
| 645 | } | 645 | } |
| 646 | -body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;} | 646 | +//body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;} |
| 647 | 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} | 647 | 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} |
| 648 | body.project-page .project-sidebar aside a.current { | 648 | body.project-page .project-sidebar aside a.current { |
| 649 | color: white; | 649 | color: white; |
| 650 | background: #79C3E0; | 650 | background: #79C3E0; |
| 651 | border: 1px solid #2FA0BB; | 651 | border: 1px solid #2FA0BB; |
| 652 | + border-radius:5px; | ||
| 652 | } | 653 | } |
| 653 | body.project-page .project-content{ padding: 20px; display: block; margin-left: 130px; min-height: 600px} | 654 | body.project-page .project-content{ padding: 20px; display: block; margin-left: 130px; min-height: 600px} |
| 654 | body.project-page .project-content h2{ margin-top: 6px} | 655 | body.project-page .project-content h2{ margin-top: 6px} |
app/models/repository.rb