~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: Matt Giuca
  • Date: 2009-02-25 09:24:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225092431-7p3ee29xjegfbhc7
Ivle header: Put ivleheader_text inside ivleheader, simplifying the CSS a lot.
    (The div is now small so it only covers the "userhello" text).

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
}
70
70
 
71
71
#ivleheader_text {
72
 
    /* Pad left and right. */
73
72
    position: absolute;
74
 
    padding: 0 1em;
75
 
    left: 0;
76
 
    right: 0;
77
 
    z-index: 3;     /* In front */
 
73
    padding: 0.5em;
 
74
    top: 0;
 
75
    right: 0.5em;
78
76
}
79
77
 
80
78
/* Note: The body has NO PADDING by default (unlike plain HTML).
101
99
    padding: 0 1em 1em 1em;
102
100
}
103
101
 
104
 
.userhello {
 
102
p.userhello {
105
103
    font-size: .8em;
106
 
    top: 0;
107
 
    text-align: right;
108
 
    padding: 11px 0;
109
104
    margin: 0;
110
105
}
111
106
.userhello .username {