comparison rhodecode/public/css/style.css @ 3536:ed48d17836a4 beta

WIP: Changelog view
author Leonardo <leo@unity3d.com>
date Thu, 07 Mar 2013 14:48:23 +0100
parents 9e677f6d34cb
children 7f8d349bbde4
comparison
equal deleted inserted replaced
3535:2792019caf67 3536:ed48d17836a4
1842 1842
1843 #content div.box div.traffic table td.legendLabel { 1843 #content div.box div.traffic table td.legendLabel {
1844 padding: 0 3px 2px; 1844 padding: 0 3px 2px;
1845 } 1845 }
1846 1846
1847 #summary { 1847 #content div.box #summary {
1848 float: left; 1848 /*float: left;*/
1849 width: 80%; 1849 /*width: 80%;*/
1850 margin-right: 200px;
1850 } 1851 }
1851 1852
1852 #summary-menu-stats{ 1853 #summary-menu-stats{
1853 float: left; 1854 float: left;
1854 width: 20%; 1855 width: 200px;
1856 position: absolute;
1857 top: 0;
1858 right: 0;
1855 } 1859 }
1856 1860
1857 #summary-menu-stats ul { 1861 #summary-menu-stats ul {
1858 margin: 0 10px; 1862 margin: 0 10px;
1859 display: block; 1863 display: block;
2519 float: right; 2523 float: right;
2520 width: 20%; 2524 width: 20%;
2521 text-align: right; 2525 text-align: right;
2522 } 2526 }
2523 2527
2524 #changeset_content .container .left .message { 2528 #changeset_content .container .message {
2525 white-space: pre-wrap; 2529 white-space: pre-wrap;
2526 } 2530 }
2527 #changeset_content .container .left .message a:hover { 2531 #changeset_content .container .message a:hover {
2528 text-decoration: none; 2532 text-decoration: none;
2529 } 2533 }
2530 .cs_files .cur_cs { 2534 .cs_files .cur_cs {
2531 margin: 10px 2px; 2535 margin: 10px 2px;
2532 font-weight: bold; 2536 font-weight: bold;
2618 padding-left: 20px; 2622 padding-left: 20px;
2619 margin-top: 7px; 2623 margin-top: 7px;
2620 text-align: left; 2624 text-align: left;
2621 } 2625 }
2622 2626
2627 .table {
2628 position: relative;
2629 }
2630
2623 #graph { 2631 #graph {
2632 position: relative;
2624 overflow: hidden; 2633 overflow: hidden;
2625 } 2634 }
2626 2635
2627 #graph_nodes { 2636 #graph_nodes {
2628 float: left; 2637 position: absolute;
2629 margin-right: 0px; 2638 }
2630 margin-top: 0px; 2639
2640 #graph_content,
2641 #graph .info_box,
2642 #graph .container_header {
2643 margin-left: 100px;
2631 } 2644 }
2632 2645
2633 #graph_content { 2646 #graph_content {
2634 width: 80%; 2647 position: relative;
2635 float: left; 2648 }
2636 } 2649
2637 2650 #graph .container_header {
2638 #graph_content .container_header {
2639 border-bottom: 1px solid #DDD;
2640 padding: 10px; 2651 padding: 10px;
2641 height: 25px; 2652 height: 25px;
2642 } 2653 }
2643 2654
2644 #graph_content #rev_range_container { 2655 #graph_content #rev_range_container {
2649 #graph_content #rev_range_clear { 2660 #graph_content #rev_range_clear {
2650 float: left; 2661 float: left;
2651 margin: 0px 0px 0px 3px; 2662 margin: 0px 0px 0px 3px;
2652 } 2663 }
2653 2664
2665 #graph_content #changesets {
2666 table-layout: fixed;
2667 border-collapse: collapse;
2668 border-left: none;
2669 border-right: none;
2670 border-color: #cdcdcd;
2671 }
2672
2654 #graph_content .container { 2673 #graph_content .container {
2655 border-bottom: 1px solid #DDD; 2674 min-height: 5em;
2656 height: 56px; 2675 }
2676
2677 #graph_content #changesets td {
2657 overflow: hidden; 2678 overflow: hidden;
2679 text-overflow:ellipsis;
2680 white-space: nowrap;
2681 height: 31px;
2682 border-color: #cdcdcd;
2683 }
2684
2685 #graph_content .container .author {
2686 width: 105px;
2687 }
2688
2689 #graph_content .container .hash{
2690 width: 90px;
2691 font-size: 0.85em;
2692 }
2693
2694 #graph_content #changesets .container .date{
2695 width: 76px;
2696 color: #666;
2697 font-size: 10px;
2658 } 2698 }
2659 2699
2660 #graph_content .container .right { 2700 #graph_content .container .right {
2661 float: right; 2701 width: 120px;
2662 width: 23%; 2702 padding-right: 0px;
2663 text-align: right; 2703 }
2664 } 2704
2665 2705 /*
2666 #graph_content .container .left { 2706 #graph_content .container .column3 {
2667 float: left; 2707 width: 12%
2668 width: 25%; 2708 }
2669 padding-left: 5px; 2709 */
2670 }
2671
2672 #graph_content .container .mid { 2710 #graph_content .container .mid {
2673 float: left; 2711 position: relative;
2674 width: 49%; 2712 }
2675 } 2713
2676 2714
2677 2715
2678 #graph_content .container .left .date { 2716
2679 color: #666; 2717 #graph_content #changesets td.checkbox{
2680 padding-left: 22px; 2718 width: 20px;
2681 font-size: 10px; 2719 }
2682 } 2720
2683 2721 #graph_content .container .changeset_range {
2684 #graph_content .container .left .author { 2722 float: left;
2685 height: 22px; 2723 margin: 6px 3px;
2686 } 2724 }
2687 2725
2688 #graph_content .container .left .author .user { 2726
2727
2728 #graph_content .container .author img {
2729 vertical-align: middle;
2730 }
2731
2732 #graph_content .container .author .user {
2689 color: #444444; 2733 color: #444444;
2690 float: left;
2691 margin-left: -4px;
2692 margin-top: 4px;
2693 } 2734 }
2694 2735
2695 #graph_content .container .mid .message { 2736 #graph_content .container .mid .message {
2696 white-space: pre-wrap; 2737 white-space: pre-wrap;
2738 padding: 0;
2739 overflow: hidden;
2740 height: 1.1em;
2741 }
2742
2743 #graph_content .container .mid .logtags {
2744 display: block;
2745 position: absolute;
2746 top: 0;
2747 right: 0;
2748 padding: 0 5px;
2749 background: #FFFFFF;
2750 }
2751
2752 #graph_content .right .comments-container,
2753 #graph_content .right .logtags {
2754 display: block;
2755 float: left;
2756 overflow: hidden;
2757 width: 50%;
2758 padding: 0;
2759 margin: 0;
2760 }
2761
2762 #graph_content .right .comments-container{
2763 width: 40px;
2764 }
2765
2766 #graph_content .right .logtags {
2767 width: 80px;
2768 height: 2.5em;
2769 position: absolute;
2770 left: 40px;
2771 }
2772
2773 #graph_content .right .logtags:hover {
2774 position: absolute;
2775 width: auto;
2776 }
2777
2778 #graph_content .right .logtags .bookbook,
2779 #graph_content .right .logtags .tagtag {
2780 float: left;
2781 line-height: 1em;
2782 margin-bottom: 1px;
2697 } 2783 }
2698 2784
2699 #graph_content .container .mid .message a:hover { 2785 #graph_content .container .mid .message a:hover {
2700 text-decoration: none; 2786 text-decoration: none;
2787 }
2788
2789 /*
2790 * Stuff we might want to remove from the changelog, or reposition in a tooltip
2791 */
2792 #graph_content .container .changeset_id,
2793 #graph_content .container .changes,
2794 #graph_content .container .changed_total,
2795 #graph_content .container .parent {
2796 display: none;
2701 } 2797 }
2702 2798
2703 .revision-link { 2799 .revision-link {
2704 color:#3F6F9F; 2800 color:#3F6F9F;
2705 font-weight: bold !important; 2801 font-weight: bold !important;
2733 float: left; 2829 float: left;
2734 } 2830 }
2735 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico { 2831 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2736 float: left; 2832 float: left;
2737 } 2833 }
2738 .right .comments-container {
2739 padding-right: 5px;
2740 margin-top:1px;
2741 float:right;
2742 height:14px;
2743 }
2744 2834
2745 .right .comments-cnt { 2835 .right .comments-cnt {
2746 float: left;
2747 color: rgb(136, 136, 136); 2836 color: rgb(136, 136, 136);
2748 padding-right: 2px; 2837 padding: 5px 0;
2838 }
2839
2840 .right .comments-cnt a {
2841 background-image: url('../images/icons/comments.png');
2842 background-repeat: no-repeat;
2843 background-position: 100% 50%;
2844 padding: 5px 0;
2845 padding-right: 20px;
2749 } 2846 }
2750 2847
2751 .right .changes { 2848 .right .changes {
2752 clear: both; 2849 clear: both;
2753 } 2850 }
2788 2885
2789 .right .merge { 2886 .right .merge {
2790 padding: 1px 3px 1px 3px; 2887 padding: 1px 3px 1px 3px;
2791 background-color: #fca062; 2888 background-color: #fca062;
2792 font-size: 10px; 2889 font-size: 10px;
2793 font-weight: bold;
2794 color: #ffffff; 2890 color: #ffffff;
2795 text-transform: uppercase; 2891 text-transform: uppercase;
2796 white-space: nowrap; 2892 white-space: nowrap;
2797 -webkit-border-radius: 3px; 2893 -webkit-border-radius: 3px;
2798 border-radius: 3px; 2894 border-radius: 3px;
2802 .right .parent { 2898 .right .parent {
2803 color: #666666; 2899 color: #666666;
2804 clear:both; 2900 clear:both;
2805 } 2901 }
2806 .right .logtags { 2902 .right .logtags {
2807 padding: 2px 2px 2px 2px; 2903 /*padding: 2px 2px 2px 2px;*/
2904 line-height: 2.2em;
2808 } 2905 }
2809 .right .logtags .branchtag, .right .logtags .tagtag, .right .logtags .booktag { 2906 .right .logtags .branchtag, .right .logtags .tagtag, .right .logtags .booktag {
2810 margin: 0px 2px; 2907 margin: 0px 2px;
2811 } 2908 }
2812 2909
2813 .right .logtags .branchtag, 2910 .right .logtags .branchtag,
2814 .logtags .branchtag, 2911 .logtags .branchtag,
2815 .spantag { 2912 .spantag {
2816 padding: 1px 3px 1px 3px; 2913 padding: 1px 3px 1px 3px;
2817 background-color: #bfbfbf;
2818 font-size: 10px; 2914 font-size: 10px;
2819 font-weight: bold; 2915 color: #336699;
2820 color: #ffffff;
2821 white-space: nowrap; 2916 white-space: nowrap;
2822 -webkit-border-radius: 3px; 2917 -webkit-border-radius: 4px;
2823 border-radius: 3px; 2918 border-radius: 4px;
2824 } 2919 border: 1px solid #d9e8f8;
2920 line-height: 1.5em;
2921 margin: 1.1em 0;
2922 }
2923
2924 .right .logtags .branchtag,
2925 .logtags .tagtag,
2926 .right .merge {
2927 float: right;
2928 /*height: 1em;*/
2929 line-height: 1em;
2930 /*padding: 0px 0px !important;*/
2931 margin: 1px 1px !important;
2932 display: block;
2933 }
2934
2825 .right .logtags .branchtag a:hover, .logtags .branchtag a { 2935 .right .logtags .branchtag a:hover, .logtags .branchtag a {
2826 color: #ffffff;
2827 }
2828 .right .logtags .branchtag a:hover, .logtags .branchtag a:hover {
2829 text-decoration: none; 2936 text-decoration: none;
2830 color: #ffffff; 2937 color: #336699;
2831 } 2938 }
2832 .right .logtags .tagtag, .logtags .tagtag { 2939 .right .logtags .tagtag, .logtags .tagtag {
2833 padding: 1px 3px 1px 3px; 2940 padding: 1px 3px 1px 3px;
2834 background-color: #62cffc; 2941 background-color: #62cffc;
2835 font-size: 10px; 2942 font-size: 10px;
2848 } 2955 }
2849 .right .logbooks .bookbook, .logbooks .bookbook, .right .logtags .bookbook, .logtags .bookbook { 2956 .right .logbooks .bookbook, .logbooks .bookbook, .right .logtags .bookbook, .logtags .bookbook {
2850 padding: 1px 3px 1px 3px; 2957 padding: 1px 3px 1px 3px;
2851 background-color: #46A546; 2958 background-color: #46A546;
2852 font-size: 10px; 2959 font-size: 10px;
2853 font-weight: bold;
2854 color: #ffffff; 2960 color: #ffffff;
2855 text-transform: uppercase;
2856 white-space: nowrap; 2961 white-space: nowrap;
2857 -webkit-border-radius: 3px; 2962 -webkit-border-radius: 3px;
2858 border-radius: 3px; 2963 border-radius: 3px;
2859 } 2964 }
2860 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a { 2965 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
3726 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal { 3831 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal {
3727 margin: 10px 24px 10px 44px; 3832 margin: 10px 24px 10px 44px;
3728 } 3833 }
3729 3834
3730 #content div.box div.form, #content div.box div.table, #content div.box div.traffic { 3835 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3836 position: relative;
3731 clear: both; 3837 clear: both;
3732 overflow: hidden; 3838 overflow: hidden;
3733 margin: 0; 3839 margin: 0;
3734 padding: 0 20px 10px; 3840 padding: 0 20px 10px;
3735 } 3841 }
3983 4089
3984 #changeset_content .container .wrapper, #graph_content .container .wrapper { 4090 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3985 width: 600px; 4091 width: 600px;
3986 } 4092 }
3987 4093
3988 #changeset_content .container .left { 4094 #changeset_content .container .date, .ac .match {
3989 float: left;
3990 width: 75%;
3991 padding-left: 5px;
3992 }
3993
3994 #changeset_content .container .left .date, .ac .match {
3995 font-weight: 700; 4095 font-weight: 700;
3996 padding-top: 5px; 4096 padding-top: 5px;
3997 padding-bottom: 5px; 4097 padding-bottom: 5px;
3998 } 4098 }
3999 4099