~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to styles/dialog.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        position: relative;
9
9
}
10
10
 
11
 
.ui-resizable-handle {
12
 
        position: absolute;
13
 
        font-size: 0.1px;
14
 
        z-index: 99999;
15
 
}
16
 
.ui-resizable .ui-resizable-handle {
17
 
        display: block; 
18
 
}
19
 
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
20
 
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
21
 
.ui-resizable-n { 
22
 
        cursor: n-resize; 
23
 
        height: 7px; 
24
 
        width: 100%; 
25
 
        top: -5px; 
26
 
        left: 0px;  
27
 
}
28
 
.ui-resizable-s { 
29
 
        cursor: s-resize; 
30
 
        height: 7px; 
31
 
        width: 100%; 
32
 
        bottom: -5px; 
33
 
        left: 0px; 
34
 
}
35
 
.ui-resizable-e { 
36
 
        cursor: e-resize; 
37
 
        width: 7px; 
38
 
        right: -5px; 
39
 
        top: 0px; 
40
 
        height: 100%; 
41
 
}
42
 
.ui-resizable-w { 
43
 
        cursor: w-resize; 
44
 
        width: 7px; 
45
 
        left: -5px; 
46
 
        top: 0px; 
47
 
        height: 100%;
48
 
}
49
 
.ui-resizable-se { 
50
 
        cursor: se-resize; 
51
 
        width: 13px; 
52
 
        height: 13px; 
53
 
        right: 0px; 
54
 
        bottom: 0px; 
55
 
        background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
56
 
}
57
 
.ui-resizable-sw { 
58
 
        cursor: sw-resize; 
59
 
        width: 9px; 
60
 
        height: 9px; 
61
 
        left: 0px; 
62
 
        bottom: 0px;  
63
 
}
64
 
.ui-resizable-nw { 
65
 
        cursor: nw-resize; 
66
 
        width: 9px; 
67
 
        height: 9px; 
68
 
        left: 0px; 
69
 
        top: 0px; 
70
 
}
71
 
.ui-resizable-ne { 
72
 
        cursor: ne-resize; 
73
 
        width: 9px; 
74
 
        height: 9px; 
75
 
        right: 0px; 
76
 
        top: 0px; 
77
 
}
78
 
.ui-dialog-titlebar {
79
 
        padding: .5em 1.5em .5em 1em;
80
 
        color: #eeeeee;
81
 
        background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
82
 
        border-bottom: 1px solid #777777;
83
 
        font-size: 1em;
84
 
        font-weight: bold;
85
 
        position: relative;
86
 
}
87
 
.ui-dialog-title {}
88
 
.ui-dialog-titlebar-close {
89
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
90
 
        background: url(images/eeeeee_11x11_icon_close.gif) 0 0 no-repeat;
91
 
        position: absolute;
92
 
        right: 8px;
93
 
        top: .7em;
94
 
        width: 11px;
95
 
        height: 11px;
96
 
        z-index: 100;
97
 
}
98
 
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
99
 
        background: url(images/ffd40f_11x11_icon_close.gif) 0 0 no-repeat;
100
 
}
101
 
.ui-dialog-titlebar-close:active {
102
 
        background: url(images/ffffff_11x11_icon_close.gif) 0 0 no-repeat;
103
 
}
104
 
.ui-dialog-titlebar-close span {
105
 
        display: none;
106
 
}
107
 
.ui-dialog-content {
108
 
        color: #222222;
109
 
        padding: 1.5em 1.7em;   
110
 
}
111
 
.ui-dialog-buttonpane {
112
 
        position: absolute;
113
 
        bottom: 0;
114
 
        width: 100%;
115
 
        text-align: left;
116
 
        border-top: 1px solid #dddddd;
117
 
        background: #ffffff;
118
 
}
119
 
.ui-dialog-buttonpane button {
120
 
        margin: .5em 0 .5em 8px;
121
 
        color: #eeeeee;
122
 
        background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
123
 
        font-size: 1em;
124
 
        border: 1px solid #777777;
125
 
        cursor: pointer;
126
 
        padding: .2em .6em .3em .6em;
127
 
        line-height: 1.4em;
128
 
}
129
 
.ui-dialog-buttonpane button:hover {
130
 
        color: #ffffff;
131
 
        background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
132
 
        border: 1px solid #444444;
133
 
}
134
 
.ui-dialog-buttonpane button:active {
135
 
        color: #ffffff;
136
 
        background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
137
 
        border: 1px solid #841515;
138
 
}
139
 
/* This file skins dialog */
140
 
.ui-dialog.ui-draggable .ui-dialog-titlebar,
141
 
.ui-dialog.ui-draggable .ui-dialog-titlebar {
142
 
        cursor: move;
143
 
}
 
 
b'\\ No newline at end of file'
 
11
.ui-widget-content {
 
12
        color: #000;
 
13
}