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

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: mattgiuca
  • Date: 2008-02-03 23:53:52 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:394
Fixed display of the "DebugInfo" warning. Due to the new layout, this was
covering over the buttons. How annoying.
Now moved the warning to ivleheader_tabs so it shares the same layer as the
buttons. CSS'd accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    z-index: 2;     /* In front of background, behind text */
119
119
}
120
120
 
 
121
#ivleheader_tabs p {
 
122
    /* This allows for a single paragraph, currently used to display a warning
 
123
     * about Debuginfo */
 
124
    position: absolute;
 
125
    left: 1em;
 
126
    bottom: 0.5em;
 
127
    margin: 0;
 
128
}
 
129
 
121
130
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
122
131
ul#apptabs {
123
132
    position: absolute;