~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-07 04:42:48 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-20090707044248-sj79vbkwfgrzn059
Add some comments to the breadcrumb styles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    z-index: 1;     /* Background to all, but the body */
63
63
}
64
64
 
 
65
/* Now we have lots of breadcrumb styles.
 
66
   The breadcrumbs are <li>s in a <ul>. Each <li> has either an <a> or
 
67
   a <span> inside it, with the label of the breadcrumb. <li>s may also
 
68
   have an <ul> inside them, which is a menu that pops up on hover.
 
69
 */
65
70
ul#ivle_breadcrumbs {
66
71
    margin: 0;
67
72
    padding: 0;
83
88
    color: black;
84
89
}
85
90
 
 
91
/* There is no breadcrumb to the left of the first one, so there is no margin.
 
92
   We add a special one. */
86
93
ul#ivle_breadcrumbs > li:first-child > a {
87
94
    padding-left: 6px;
88
95
}
123
130
    padding: 0.3em;
124
131
}
125
132
 
 
133
/* The IVLE crumb's menu items are extra high, with icons. */
126
134
ul#ivle_breadcrumbs > li:first-child > ul > li > a {
127
135
    min-height: 24px;
128
136
    vertical-align: middle;