##// END OF EJS Templates
Tweaks to Changelog view, removing excess information, and improving layout.
Leonardo -
r3537:7f8d349b beta
parent child Browse files
Show More
@@ -396,7 +396,7 b' div:hover > a.permalink {'
396 color: #bfe3ff;
396 color: #bfe3ff;
397 }
397 }
398
398
399 #header #header-inner #quick, #header #header-inner #quick ul {
399 #header #header-inner #quick {
400 position: relative;
400 position: relative;
401 float: right;
401 float: right;
402 list-style-type: none;
402 list-style-type: none;
@@ -405,7 +405,7 b' div:hover > a.permalink {'
405 padding: 0;
405 padding: 0;
406 }
406 }
407
407
408 #header #header-inner #quick li {
408 #header #header-inner #quick > li {
409 position: relative;
409 position: relative;
410 float: left;
410 float: left;
411 margin: 0 5px 0 0;
411 margin: 0 5px 0 0;
@@ -471,9 +471,9 b' div:hover > a.permalink {'
471 margin: 0px -2px 0px 0px;
471 margin: 0px -2px 0px 0px;
472 }
472 }
473
473
474 #header #header-inner #quick li.current a,
474 #header #header-inner #quick > li.current > a,
475 #header #header-inner #quick li a:hover {
475 #header #header-inner #quick > li > a:hover {
476 background: #4e4e4e no-repeat top left;
476 background-color: #4e4e4e;
477 }
477 }
478
478
479 #header #header-inner #quick li.current a span,
479 #header #header-inner #quick li.current a span,
@@ -489,20 +489,6 b' div:hover > a.permalink {'
489 border-right: 1px solid #464646;
489 border-right: 1px solid #464646;
490 }
490 }
491
491
492 #header #header-inner #quick ul {
493 top: 29px;
494 right: 0;
495 min-width: 200px;
496 display: none;
497 position: absolute;
498 background: #FFF;
499 border: 1px solid #666;
500 border-top: 1px solid #003367;
501 z-index: 100;
502 margin: 0px 0px 0px 0px;
503 padding: 0;
504 }
505
506 #header #header-inner #quick ul.repo_switcher {
492 #header #header-inner #quick ul.repo_switcher {
507 max-height: 275px;
493 max-height: 275px;
508 overflow-x: hidden;
494 overflow-x: hidden;
@@ -510,9 +496,14 b' div:hover > a.permalink {'
510 }
496 }
511
497
512 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
498 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
513 float: none;
499 padding: 2px 3px;
514 margin: 0;
500 padding-right: 17px;
515 border-bottom: 2px solid #003367;
501 }
502
503 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input{
504 width: 100%;
505 border-radius: 10px;
506 padding: 2px 7px;
516 }
507 }
517
508
518 #header #header-inner #quick .repo_switcher_type {
509 #header #header-inner #quick .repo_switcher_type {
@@ -521,205 +512,94 b' div:hover > a.permalink {'
521 top: 9px;
512 top: 9px;
522 }
513 }
523
514
524 #header #header-inner #quick li ul li {
525 border-bottom: 1px solid #ddd;
526 }
527
528 #header #header-inner #quick li ul li a {
529 width: 182px;
530 height: auto;
531 display: block;
532 float: left;
533 background: #FFF;
534 color: #003367;
535 font-weight: 400;
536 margin: 0;
537 padding: 7px 9px;
538 }
539
540 #header #header-inner #quick li ul li a:hover {
541 color: #000;
542 background: #FFF;
543 }
544
545 #header #header-inner #quick ul ul {
546 top: auto;
547 }
548
549 #header #header-inner #quick li ul ul {
550 right: 200px;
551 max-height: 290px;
552 overflow: auto;
553 overflow-x: hidden;
554 white-space: normal;
555 }
556
557 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
515 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
558 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
516 background-image: url("../images/icons/book.png");
559 #FFF;
560 width: 167px;
561 margin: 0;
562 padding: 12px 9px 7px 24px;
563 }
517 }
564
518
565 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
519 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
566 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
520 background-image: url("../images/icons/lock.png")
567 #FFF;
568 min-width: 167px;
569 margin: 0;
570 padding: 12px 9px 7px 24px;
571 }
521 }
572
522
573 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
523 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
574 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
524 background-image: url("../images/icons/lock_open.png");
575 9px #FFF;
576 min-width: 167px;
577 margin: 0;
578 padding: 12px 9px 7px 24px;
579 }
525 }
580
526
581 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
527 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
582 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
528 background-image: url("../images/icons/hgicon.png");
583 #FFF;
529 padding-left: 42px;
584 min-width: 167px;
530 background-position: 20px 9px;
585 margin: 0 0 0 14px;
586 padding: 12px 9px 7px 24px;
587 }
531 }
588
532
589 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
533 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
590 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
534 background-image: url("../images/icons/giticon.png");
591 #FFF;
592 min-width: 167px;
593 margin: 0 0 0 14px;
594 padding: 12px 9px 7px 24px;
595 }
535 }
596
536
597 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
537 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
598 background: url("../images/icons/database_edit.png") no-repeat scroll
538 background-image: url("../images/icons/database_edit.png");
599 4px 9px #FFF;
600 width: 167px;
601 margin: 0;
602 padding: 12px 9px 7px 24px;
603 }
539 }
604
540
605 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
541 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
606 background: url("../images/icons/database_link.png") no-repeat scroll
542 background-image: url("../images/icons/database_link.png");
607 4px 9px #FFF;
608 width: 167px;
609 margin: 0;
610 padding: 12px 9px 7px 24px;
611 }
543 }
612
544
613 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
545 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
614 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
546 background-image: url("../images/icons/user_edit.png");
615 width: 167px;
616 margin: 0;
617 padding: 12px 9px 7px 24px;
618 }
547 }
619
548
620 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
549 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
621 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
550 background-image: url("../images/icons/group_edit.png");
622 width: 167px;
623 margin: 0;
624 padding: 12px 9px 7px 24px;
625 }
551 }
626
552
627 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
553 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
628 background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px;
554 background-image: url("../images/icons/wrench.png");
629 width: 167px;
630 margin: 0;
631 padding: 12px 9px 7px 24px;
632 }
555 }
633
556
634 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
557 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
635 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
558 background-image: url("../images/icons/cog.png");
636 width: 167px;
637 margin: 0;
638 padding: 12px 9px 7px 24px;
639 }
559 }
640
560
641 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
561 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
642 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
562 background-image: url("../images/icons/key.png");
643 width: 167px;
644 margin: 0;
645 padding: 12px 9px 7px 24px;
646 }
563 }
647
564
648 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
565 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
649 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
566 background-image: url("../images/icons/server_key.png");
650 width: 167px;
651 margin: 0;
652 padding: 12px 9px 7px 24px;
653 }
567 }
654
568
655 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
569 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
656 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
570 background-image: url("../images/icons/arrow_divide.png");
657 9px;
658 width: 167px;
659 margin: 0;
660 padding: 12px 9px 7px 24px;
661 }
571 }
662
572
663 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
573 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
664 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px
574 background-image: url("../images/icons/lock_add.png");
665 9px;
666 width: 167px;
667 margin: 0;
668 padding: 12px 9px 7px 24px;
669 }
575 }
670
576
671 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
577 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
672 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px
578 background-image: url("../images/icons/lock_delete.png");
673 9px;
674 width: 167px;
675 margin: 0;
676 padding: 12px 9px 7px 24px;
677 }
579 }
678
580
679 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
581 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
680 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
582 background-image: url("../images/icons/arrow_join.png") ;
681 9px;
682 width: 167px;
683 margin: 0;
684 padding: 12px 9px 7px 24px;
685 }
583 }
686
584
687 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
585 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
688 background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px
586 background-image: url("../images/icons/arrow_inout.png");
689 9px;
690 width: 167px;
691 margin: 0;
692 padding: 12px 9px 7px 24px;
693 }
587 }
694
588
695 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
589 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
696 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
590 background-image: url("../images/icons/search_16.png");
697 width: 167px;
698 margin: 0;
699 padding: 12px 9px 7px 24px;
700 }
591 }
701
592
702 #header #header-inner #quick li ul li a.shortlog, #header #header-inner #quick li ul li a.shortlog:hover {
593 #header #header-inner #quick li ul li a.shortlog, #header #header-inner #quick li ul li a.shortlog:hover {
703 background: #FFF url("../images/icons/clock_16.png") no-repeat 4px 9px;
594 background-image: url("../images/icons/clock_16.png");
704 width: 167px;
595 }
705 margin: 0;
706 padding: 12px 9px 7px 24px;
707 }
708
709
596
710 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
597 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
711 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
598 background-image: url("../images/icons/delete.png");
712 width: 167px;
713 margin: 0;
714 padding: 12px 9px 7px 24px;
715 }
599 }
716
600
717 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
601 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
718 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
602 background-image: url("../images/icons/arrow_branch.png");
719 9px;
720 width: 167px;
721 margin: 0;
722 padding: 12px 9px 7px 24px;
723 }
603 }
724
604
725 #header #header-inner #quick li ul li a.tags,
605 #header #header-inner #quick li ul li a.tags,
@@ -1255,6 +1135,7 b' tbody .yui-dt-editable { cursor: pointer'
1255 background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1135 background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1256
1136
1257 display: none;
1137 display: none;
1138 overflow: hidden;
1258 }
1139 }
1259 #content div.box div.expand .expandtext {
1140 #content div.box div.expand .expandtext {
1260 background-color: #ffffff;
1141 background-color: #ffffff;
@@ -2671,7 +2552,7 b' h3.files_location {'
2671 }
2552 }
2672
2553
2673 #graph_content .container {
2554 #graph_content .container {
2674 min-height: 5em;
2555
2675 }
2556 }
2676
2557
2677 #graph_content #changesets td {
2558 #graph_content #changesets td {
@@ -2697,9 +2578,11 b' h3.files_location {'
2697 font-size: 10px;
2578 font-size: 10px;
2698 }
2579 }
2699
2580
2700 #graph_content .container .right {
2581 #graph_content #changesets .container .right {
2701 width: 120px;
2582 width: 120px;
2702 padding-right: 0px;
2583 padding-right: 0px;
2584 overflow: visible;
2585 position: relative;
2703 }
2586 }
2704
2587
2705 /*
2588 /*
@@ -2708,12 +2591,13 b' h3.files_location {'
2708 }
2591 }
2709 */
2592 */
2710 #graph_content .container .mid {
2593 #graph_content .container .mid {
2594 padding: 0;
2595 }
2596
2597 #graph_content .log-container{
2711 position: relative;
2598 position: relative;
2712 }
2599 }
2713
2600
2714
2715
2716
2717 #graph_content #changesets td.checkbox{
2601 #graph_content #changesets td.checkbox{
2718 width: 20px;
2602 width: 20px;
2719 }
2603 }
@@ -2723,8 +2607,6 b' h3.files_location {'
2723 margin: 6px 3px;
2607 margin: 6px 3px;
2724 }
2608 }
2725
2609
2726
2727
2728 #graph_content .container .author img {
2610 #graph_content .container .author img {
2729 vertical-align: middle;
2611 vertical-align: middle;
2730 }
2612 }
@@ -2740,46 +2622,69 b' h3.files_location {'
2740 height: 1.1em;
2622 height: 1.1em;
2741 }
2623 }
2742
2624
2743 #graph_content .container .mid .logtags {
2625 #graph_content .container .extra-container {
2744 display: block;
2626 display: block;
2745 position: absolute;
2627 position: absolute;
2746 top: 0;
2628 top: -15px;
2747 right: 0;
2629 right: 0;
2748 padding: 0 5px;
2630 padding-left:5px;
2749 background: #FFFFFF;
2631 background: #FFFFFF;
2750 }
2632 height: 41px;
2751
2633 }
2752 #graph_content .right .comments-container,
2634
2753 #graph_content .right .logtags {
2635 #graph_content .comments-container,
2636 #graph_content .logtags {
2754 display: block;
2637 display: block;
2755 float: left;
2638 float: left;
2756 overflow: hidden;
2639 overflow: hidden;
2757 width: 50%;
2758 padding: 0;
2640 padding: 0;
2759 margin: 0;
2641 margin: 0;
2760 }
2642 }
2761
2643
2762 #graph_content .right .comments-container{
2644 #graph_content .comments-container {
2763 width: 40px;
2645 /*width: 40px;*/
2764 }
2646 margin: 0.8em 0;
2765
2647 margin-left: 0.5em;
2766 #graph_content .right .logtags {
2648 }
2649
2650 #graph_content .tagcontainer {
2767 width: 80px;
2651 width: 80px;
2768 height: 2.5em;
2652 position: relative;
2653 float:right;
2654 height: 100%;
2655 top: 7px;
2656 margin-left: 0.5em;
2657 }
2658
2659 #graph_content .logtags {
2660 min-width: 80px;
2661 height: 1.1em;
2769 position: absolute;
2662 position: absolute;
2770 left: 40px;
2663 left: 0px;
2771 }
2664 width: auto;
2772
2665 top: 0px;
2773 #graph_content .right .logtags:hover {
2666 }
2667
2668 #graph_content .logtags.tags {
2669 top: 14px;
2670 }
2671
2672 #graph_content .logtags:hover {
2673 overflow: visible;
2774 position: absolute;
2674 position: absolute;
2775 width: auto;
2675 width: auto;
2776 }
2676 right: 0;
2777
2677 left: initial;
2778 #graph_content .right .logtags .bookbook,
2678 }
2779 #graph_content .right .logtags .tagtag {
2679
2680 #graph_content .logtags .bookbook,
2681 #graph_content .logtags .tagtag {
2780 float: left;
2682 float: left;
2781 line-height: 1em;
2683 line-height: 1em;
2782 margin-bottom: 1px;
2684 margin-bottom: 1px;
2685 margin-right: 1px;
2686 padding: 1px 3px;
2687 font-size: 10px;
2783 }
2688 }
2784
2689
2785 #graph_content .container .mid .message a:hover {
2690 #graph_content .container .mid .message a:hover {
@@ -2832,12 +2737,12 b' h3.files_location {'
2832 float: left;
2737 float: left;
2833 }
2738 }
2834
2739
2835 .right .comments-cnt {
2740 #graph_content .comments-cnt {
2836 color: rgb(136, 136, 136);
2741 color: rgb(136, 136, 136);
2837 padding: 5px 0;
2742 padding: 5px 0;
2838 }
2743 }
2839
2744
2840 .right .comments-cnt a {
2745 #graph_content .comments-cnt a {
2841 background-image: url('../images/icons/comments.png');
2746 background-image: url('../images/icons/comments.png');
2842 background-repeat: no-repeat;
2747 background-repeat: no-repeat;
2843 background-position: 100% 50%;
2748 background-position: 100% 50%;
@@ -2903,12 +2808,13 b' h3.files_location {'
2903 /*padding: 2px 2px 2px 2px;*/
2808 /*padding: 2px 2px 2px 2px;*/
2904 line-height: 2.2em;
2809 line-height: 2.2em;
2905 }
2810 }
2906 .right .logtags .branchtag, .right .logtags .tagtag, .right .logtags .booktag {
2811 .branchtag, .logtags .tagtag, .logtags .booktag {
2907 margin: 0px 2px;
2812 margin: 0px 2px;
2908 }
2813 }
2909
2814
2910 .right .logtags .branchtag,
2815 .branchtag,
2911 .logtags .branchtag,
2816 .tagtag,
2817 .bookbook,
2912 .spantag {
2818 .spantag {
2913 padding: 1px 3px 1px 3px;
2819 padding: 1px 3px 1px 3px;
2914 font-size: 10px;
2820 font-size: 10px;
@@ -2918,7 +2824,19 b' h3.files_location {'
2918 border-radius: 4px;
2824 border-radius: 4px;
2919 border: 1px solid #d9e8f8;
2825 border: 1px solid #d9e8f8;
2920 line-height: 1.5em;
2826 line-height: 1.5em;
2827 }
2828
2829 #graph_content .branchtag,
2830 #graph_content .tagtag,
2831 #graph_content .bookbook {
2921 margin: 1.1em 0;
2832 margin: 1.1em 0;
2833 margin-right: 0.5em;
2834 }
2835
2836 .branchtag,
2837 .tagtag,
2838 .bookbook {
2839 float: left;
2922 }
2840 }
2923
2841
2924 .right .logtags .branchtag,
2842 .right .logtags .branchtag,
@@ -2932,28 +2850,41 b' h3.files_location {'
2932 display: block;
2850 display: block;
2933 }
2851 }
2934
2852
2935 .right .logtags .branchtag a:hover, .logtags .branchtag a {
2853 .bookbook {
2854 border-color: #46A546;
2855 color: #46A546;
2856 }
2857
2858 .tagtag {
2859 border-color: #62cffc;
2860 color: #62cffc;
2861 }
2862
2863 .logtags .branchtag a:hover,
2864 .logtags .branchtag a,
2865 .branchtag a,
2866 .branchtag a:hover {
2936 text-decoration: none;
2867 text-decoration: none;
2937 color: #336699;
2868 color: inherit;
2938 }
2869 }
2939 .right .logtags .tagtag, .logtags .tagtag {
2870 .logtags .tagtag {
2940 padding: 1px 3px 1px 3px;
2871 padding: 1px 3px 1px 3px;
2941 background-color: #62cffc;
2872 background-color: #62cffc;
2942 font-size: 10px;
2873 font-size: 10px;
2943 font-weight: bold;
2944 color: #ffffff;
2874 color: #ffffff;
2945 white-space: nowrap;
2875 white-space: nowrap;
2946 -webkit-border-radius: 3px;
2876 -webkit-border-radius: 3px;
2947 border-radius: 3px;
2877 border-radius: 3px;
2948 }
2878 }
2949 .right .logtags .tagtag a:hover, .logtags .tagtag a {
2879
2950 color: #ffffff;
2880 .tagtag a,
2951 }
2881 .tagtag a:hover,
2952 .right .logtags .tagtag a:hover, .logtags .tagtag a:hover {
2882 .logtags .tagtag a,
2883 .logtags .tagtag a:hover {
2953 text-decoration: none;
2884 text-decoration: none;
2954 color: #ffffff;
2885 color: inherit;
2955 }
2886 }
2956 .right .logbooks .bookbook, .logbooks .bookbook, .right .logtags .bookbook, .logtags .bookbook {
2887 .logbooks .bookbook, .logbooks .bookbook, .logtags .bookbook, .logtags .bookbook {
2957 padding: 1px 3px 1px 3px;
2888 padding: 1px 3px 1px 3px;
2958 background-color: #46A546;
2889 background-color: #46A546;
2959 font-size: 10px;
2890 font-size: 10px;
@@ -2962,12 +2893,16 b' h3.files_location {'
2962 -webkit-border-radius: 3px;
2893 -webkit-border-radius: 3px;
2963 border-radius: 3px;
2894 border-radius: 3px;
2964 }
2895 }
2965 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
2896 .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
2966 color: #ffffff;
2897 color: #ffffff;
2967 }
2898 }
2968 .right .logbooks .bookbook, .logbooks .bookbook a:hover, .right .logtags .bookbook, .logtags .bookbook a:hover {
2899
2900 .logbooks .bookbook, .logbooks .bookbook a:hover,
2901 .logtags .bookbook, .logtags .bookbook a:hover,
2902 .bookbook a,
2903 .bookbook a:hover {
2969 text-decoration: none;
2904 text-decoration: none;
2970 color: #ffffff;
2905 color: inherit;
2971 }
2906 }
2972 div.browserblock {
2907 div.browserblock {
2973 overflow: hidden;
2908 overflow: hidden;
@@ -3780,7 +3715,7 b' ins, div.options a:hover {'
3780
3715
3781 img,
3716 img,
3782 #header #header-inner #quick li a:hover span.normal,
3717 #header #header-inner #quick li a:hover span.normal,
3783 #header #header-inner #quick li ul li.last,
3718 /*#header #header-inner #quick li ul li.last,*/
3784 #content div.box div.form div.fields div.field div.textarea table td table td a,
3719 #content div.box div.form div.fields div.field div.textarea table td table td a,
3785 #clone_url,
3720 #clone_url,
3786 #clone_url_id
3721 #clone_url_id
@@ -74,17 +74,67 b''
74 <div class="date">${h.age(cs.date,True)}</div>
74 <div class="date">${h.age(cs.date,True)}</div>
75 </td>
75 </td>
76 <td class="mid">
76 <td class="mid">
77 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
77 <div class="log-container">
78 <div class="expand"><span class="expandtext">&darr; ${_('Show more')} &darr;</span></div>
78 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
79 %if cs.branch:
79 <div class="expand"><span class="expandtext">&darr; ${_('Show more')} &darr;</span></div>
80 <div class="logtags">
80 <div class="extra-container">
81 <div class="branchtag" title="${'%s %s' % (_('branch'),cs.branch)}">
81 %if (not c.branch_name) and cs.branch:
82 ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
82 <div class="branchtag" title="${'%s %s' % (_('branch'),cs.branch)}">
83 </div>
83 ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
84 </div>
85 %endif
86 %for book in cs.bookmarks:
87 <div class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
88 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
89 </div>
90
91 %endfor
92 %for tag in cs.tags:
93 <div class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
94 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
95 </div>
96 %endfor
97 %if len(c.comments.get(cs.raw_id,[])) > 0:
98 <div class="comments-container">
99 <div class="comments-cnt" title="${('comments')}">
100 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
101 ${len(c.comments[cs.raw_id])}
102 </a>
103 </div>
104 </div>
105 %endif
106 <%doc>
107 %if (h.is_hg(c.rhodecode_repo) and cs.bookmarks) or cs.tags:
108 <div class="tagcontainer">
109 %if h.is_hg(c.rhodecode_repo):
110 <ul class="logtags">
111 ##%if len(cs.parents)>1:
112 ## <span class="merge">${_('merge')}</span>
113 ##%endif
114
115
116 %for book in cs.bookmarks:
117 <li class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
118 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
119 </li>
120 %endfor
121
122 </ul>
123 %endif
124 <ul class="logtags tags">
125 %for tag in cs.tags:
126 <li class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
127 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
128 </li>
129 %endfor
130 </ul>
131 </div>
132 %endif
133 </%doc>
84 </div>
134 </div>
85 %endif
135 </div>
86 </td>
136 </td>
87
137 <%doc>
88 <td class="right">
138 <td class="right">
89 <div class="changes">
139 <div class="changes">
90 <div id="changed_total_${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${h.tooltip(_('Affected number of files, click to show more details'))}">
140 <div id="changed_total_${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${h.tooltip(_('Affected number of files, click to show more details'))}">
@@ -114,36 +164,44 b''
114 %else:
164 %else:
115 <div class="parent">${_('No parents')}</div>
165 <div class="parent">${_('No parents')}</div>
116 %endif
166 %endif
117 <div class="comments-container">
167 %if len(c.comments.get(cs.raw_id,[])) > 0:
118 %if len(c.comments.get(cs.raw_id,[])) > 0:
168 <div class="comments-container">
119 <div class="comments-cnt" title="${('comments')}">
169 <div class="comments-cnt" title="${('comments')}">
120 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
170 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
121 ${len(c.comments[cs.raw_id])}
171 ${len(c.comments[cs.raw_id])}
122 </a>
172 </a>
123 </div>
173 </div>
124 %endif
174 </div>
125 </div>
175 %endif
126 <div class="logtags">
176 %if (h.is_hg(c.rhodecode_repo) and cs.bookmarks) or cs.tags:
127 %if len(cs.parents)>1:
177 <div class="tagcontainer">
128 <span class="merge">${_('merge')}</span>
178 %if h.is_hg(c.rhodecode_repo):
129 %endif
179 <ul class="logtags">
130
180 ##%if len(cs.parents)>1:
131 %if h.is_hg(c.rhodecode_repo):
181 ## <span class="merge">${_('merge')}</span>
132 %for book in cs.bookmarks:
182 ##%endif
133 <span class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
183
134 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
184
135 </span>
185 %for book in cs.bookmarks:
136 %endfor
186 <li class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
137 %endif
187 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
138 %for tag in cs.tags:
188 </li>
139 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
189 %endfor
140 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
190
141 </span>
191 </ul>
142 %endfor
192 %endif
143 </div>
193 <ul class="logtags tags">
194 %for tag in cs.tags:
195 <li class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
196 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
197 </li>
198 %endfor
199 </ul>
200 </div>
201 %endif
144 </td>
202 </td>
203 </%doc>
145 </tr>
204 </tr>
146
147 %endfor
205 %endfor
148 </tbody>
206 </tbody>
149 </table>
207 </table>
General Comments 0
You need to be logged in to leave comments. Login now