~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:45:12 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-20090707044512-6f7mqk6icc8blyvl
Absolutely position #ivleheader_text, so it doesn't ever wrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
}
147
147
 
148
148
#ivleheader_text {
149
 
    float: right;
 
149
    position: absolute;
 
150
    top: 0;
 
151
    right: 0;
150
152
    padding: 0.5em;
151
153
}
152
154