~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to styles/sizeIndicator.css

  • Committer: Michael Lynch
  • Date: 2008-02-01 06:21:07 UTC
  • Revision ID: mike@mike-desktop-20080201062107-uhqip0rcpsfc91mq
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.sizeIndicatorElement {
 
2
        border: 0;
 
3
        margin: 0;
 
4
        padding: 0;
 
5
        float: left;
 
6
}
 
7
 
 
8
 
 
9
.sizeIndicator
 
10
{
 
11
        position: absolute;
 
12
        z-index: 100000;
 
13
        /* width: 300px; */
 
14
        color: #FFFFFF;
 
15
        font-size: 12px;
 
16
        font-weight: normal;
 
17
}
 
 
b'\\ No newline at end of file'