~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/icing/style.css

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-02 16:18:51 UTC
  • mfrom: (14406.1.5 single-line-bugs-894442)
  • Revision ID: launchpad@pqm.canonical.com-20111202161851-l7sl9043tjpgs3s0
[r=wallyworld][bug=894442] Bug list default info is now on one line.
        Design improvements. Moved CSS to component file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
}
70
70
 
71
71
div#bugs-search-form.dynamic_bug_listing {
72
 
    background: #EEE;
73
 
    padding: 2px 15px;
74
 
    border-radius: 10px;
75
 
    margin-bottom: 5px;
 
72
    margin-bottom: 10px;
 
73
    padding: 3px 0;
 
74
    border-width: 1px 0;
 
75
    border-style: solid;
 
76
    border-color: #EBEBEB;
76
77
}
77
78
 
78
79
form.primary.search.dynamic_bug_listing {
675
676
  display: inline;
676
677
}
677
678
 
678
 
/* Rules for CustomBugListings bug search result lists. */
679
 
div#client-listing {
680
 
    float: left;
681
 
    color: #666;
682
 
    }
683
 
div.buglisting-row {
684
 
    float: left;
685
 
    margin-top: 5px;
686
 
    border-bottom: 1px solid #EEE;
687
 
    min-width: 585px;
688
 
    width: 100%;
689
 
    padding-bottom: 5px;
690
 
    }
691
 
div.buglisting-col1 {
692
 
    width: 100px;
693
 
    float: left;
694
 
    padding-bottom: 8px;
695
 
    }
696
 
div.buglisting-col2 {
697
 
    width: 70%;
698
 
    float: left;
699
 
    }
700
 
div.buglisting-col3 {
701
 
    width: 10%;
702
 
    float: right;
703
 
    }
704
 
div#client-listing .importance {
705
 
    height: 1.5em;
706
 
    width: 65px;
707
 
    font-size: .8em;
708
 
    border-radius: 2px;
709
 
    text-transform: uppercase;
710
 
    line-height: 12px;
711
 
    margin: 5px 50px 2px 0;
712
 
    text-align: center;
713
 
    position: relative;
714
 
    left: 10px;
715
 
    }
716
 
div#client-listing .buglisting-col2 {
717
 
    position: relative;
718
 
    top: 2px;
719
 
    }
720
 
div#client-listing .bug-related-icons {
721
 
    float: right;
722
 
    margin: 3px 0 3px 0;
723
 
    }
724
 
div#client-listing .bug-heat-icons {
725
 
    float: right;
726
 
    margin: 3px 0 3px 0;
727
 
    }
728
 
div#client-listing .status {
729
 
    position: relative;
730
 
    left: 10px;
731
 
    }
732
 
div#client-listing .field {
733
 
    display: inline-block;
734
 
    min-width: 120px;
735
 
    line-height: 16px;
736
 
    margin-right: 5px;
737
 
}
738
 
 
739
679
/* Tags portlet */
740
680
.tag-list {
741
681
    margin-bottom: 0.5em;