~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: William Grant
  • Date: 2009-07-05 07:14:30 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705071430-m81ggxui5qsksdr0
Replace the div>span breadcrumbs with ul>li, and style the text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    z-index: 1;     /* Background to all, but the body */
68
68
}
69
69
 
70
 
#ivle_breadcrumbs {
 
70
ul#ivle_breadcrumbs {
71
71
    margin: 0;
72
72
    padding: 0;
 
73
    list-style: none;
73
74
}
74
75
 
75
 
#ivle_breadcrumbs .breadcrumb {
 
76
ul#ivle_breadcrumbs > li {
76
77
    background: url(../ivle.webapp.core/images/chrome/breadcrumb-chevron.png) scroll no-repeat right;
77
78
    float: left;
78
79
    min-height: 29px;
79
80
    padding-right: 8px;
80
81
}
81
82
 
82
 
#ivle_breadcrumbs .breadcrumb a {
 
83
ul#ivle_breadcrumbs > li > a {
83
84
    display: block;
84
85
    padding: 4px 12px 0 6px;
 
86
    text-decoration: none;
 
87
    color: black;
 
88
}
 
89
 
 
90
#ivle_breadcrumbs .breadcrumb a:hover {
 
91
    text-decoration: underline;
85
92
}
86
93
 
87
94
#ivleheader_text {