~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 12:23:11 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-20090705122311-wfyih6snxs4c144p
Recenter the breadcrumb text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
    margin-right: 6px;
 
80
    margin-right: 4px;
81
81
    position: relative;
82
82
}
83
83
 
84
84
ul#ivle_breadcrumbs > li > a {
85
85
    display: block;
86
 
    padding: 4px 16px 0 6px;
 
86
    padding: 5px 16px 0 0;
87
87
    text-decoration: none;
88
88
    color: black;
89
89
}
90
90
 
 
91
ul#ivle_breadcrumbs > li:first-child > a {
 
92
    padding-left: 6px;
 
93
}
 
94
 
91
95
ul#ivle_breadcrumbs > li > span {
92
96
    display: block;
93
 
    padding: 4px 16px 0 6px;
 
97
    padding: 5px 16px 0 0;
94
98
}
95
99
 
96
100
ul#ivle_breadcrumbs > li > a:hover {