~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:47:05 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-20090705074705-nj4u9b7kt6dxht3n
Add styles for popup menus on the breadcrumbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
ul#ivle_breadcrumbs {
71
71
    margin: 0;
72
72
    padding: 0;
73
 
    list-style: none;
 
73
    list-style-type: none;
74
74
}
75
75
 
76
76
ul#ivle_breadcrumbs > li {
77
77
    background: url(../ivle.webapp.core/images/chrome/breadcrumb-chevron.png) scroll no-repeat right;
78
78
    float: left;
79
79
    min-height: 29px;
80
 
    padding-right: 8px;
 
80
    margin-right: 6px;
 
81
    position: relative;
81
82
}
82
83
 
83
84
ul#ivle_breadcrumbs > li > a {
84
85
    display: block;
85
 
    padding: 4px 12px 0 6px;
 
86
    padding: 4px 16px 0 6px;
86
87
    text-decoration: none;
87
88
    color: black;
88
89
}
91
92
    text-decoration: underline;
92
93
}
93
94
 
 
95
ul#ivle_breadcrumbs > li > ul {
 
96
    display: none;
 
97
    list-style-type: none;
 
98
 
 
99
    position: absolute;
 
100
    padding-left: 0;
 
101
    top: 2em;
 
102
    left: -21px; /* Just meets the chevron on the left. */
 
103
    width: 200px;
 
104
 
 
105
    background: #abf;
 
106
    border: 1px solid #dee4ff;
 
107
    opacity: 0.95;
 
108
}
 
109
 
 
110
ul#ivle_breadcrumbs > li:hover > ul {
 
111
    display: block;
 
112
}
 
113
 
 
114
ul#ivle_breadcrumbs > li > ul > li {
 
115
    padding: 0.3em;
 
116
}
 
117
 
 
118
ul#ivle_breadcrumbs > li > ul > li:hover {
 
119
    background: #b8c6ff;
 
120
}
 
121
 
94
122
#ivleheader_text {
95
123
    float: right;
96
124
    padding: 0.5em;