~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to styles/accordions.css

  • Committer: V. Keith Hughitt
  • Date: 2009-04-01 21:08:05 UTC
  • Revision ID: hughitt1@kore-20090401210805-372f7dgih07vxk42
nightly build 04-01-2009

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Tile and Event layer accordions */
2
 
#layerManager, #eventAccordion {margin:0 5px 0 5px;}
 
2
#tileLayerAccordion, #eventAccordion {margin:0 5px 0 5px;}
3
3
#TileLayerAccordion-Container, #EventLayerAccordion-Container {
4
4
        margin-top: 2px;
5
5
    font-size: 0.8em;
24
24
    padding: 5px;
25
25
}
26
26
 
27
 
.accordion-title {
28
 
        color: black;
29
 
        font-weight: bold;
30
 
}
31
 
 
32
27
.layerManagerBtn.visible {
33
28
        background: url(../images/blackGlass/LayerManagerButton_Visibility_Visible.png) transparent;
34
29
    position: absolute;
90
85
 
91
86
div#event-icon-menu{
92
87
        position: absolute;
 
88
    font-size: 12px;
93
89
        z-index: 1000;
94
 
        background: #F4F4F4;
95
 
        border: 1px solid #5E5E5E;
96
90
}
97
91
 
98
92
div#event-icon-menu-title {
99
 
        background-color: #c7c7c7;
100
 
        font-family: Arial, Helvetica, sans-serif;
101
93
        font-weight: bold;
102
 
        font-size: 12px;
103
 
        border-bottom: 2px solid #424242;
 
94
        border-bottom: 1px solid #424242;
104
95
        text-align: center;
105
 
        color: #5E5E5E;
106
96
        height: 20px;
107
97
        padding-top:5px;
108
 
        width: 100%;
109
98
}
110
99
 
111
100
div#event-icon-menu-body {
119
108
}
120
109
 
121
110
.event-icon-menu-icon:hover {
122
 
        background: #add8e6;
123
 
        border: 2px solid blue;
 
111
        border: 2px solid #D18F61;
124
112
        margin: 0px 6px 0px 6px;
125
113
        text-decoration: underline;
126
114
}