~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 08:56:43 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-20090705085643-nte3bhb18if671me
Prevent the IVLE crumb's menu from running off the LHS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    opacity: 0.95;
108
108
}
109
109
 
 
110
ul#ivle_breadcrumbs > li:first-child > ul {
 
111
    left: 0; /* Don't want the IVLE menu to run off the LHS. */
 
112
}
 
113
 
110
114
ul#ivle_breadcrumbs > li:hover > ul {
111
115
    display: block;
112
116
}