~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to resources/css/events.css

  • Committer: Jeff Stys
  • Date: 2014-12-03 15:34:25 UTC
  • Revision ID: jstys@sesda3.com-20141203153425-o66b5j4hc3ppzduu
Added transparent header.
Added Font Awesome for UI icons, glyphs, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        text-overflow: ellipsis;
5
5
}
6
6
 
7
 
#eventJSTree a {
8
 
    font-family: 'Courier New', Courier, monospace;
9
 
    font-size: 1em;
10
 
    font-weight: 400;
11
 
    overflow: ellipsis;
12
 
    color: white;
13
 
}
14
 
#eventJSTree a:hover {
15
 
    background-color: black;
16
 
    border: 1px solid black;
17
 
}
18
 
#eventJSTree a .checkbox {
19
 
    margin-right: 0.4em;
20
 
}
21
 
 
22
7
.event-marker {
23
8
    background-repeat: no-repeat;
24
9
    background-size: 23px 39px;