~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/demos/real-world/layout/demo.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:
1
 
body { background-color:#666; color:#FFF; font:11px/1.5 Arial, sans-serif; margin:0; padding:30px 0 0 30px; }
2
 
h1 { font-size:18px; margin:0 0 20px; }
3
 
a { color:#FFF; }
4
 
 
5
 
.clear { clear:both; font-size:1px; line-height:1px; }
6
 
 
7
 
#overlay { background:#666; height:100%; left:0; position:absolute; top:0; width:100%; z-index:2000; }
8
 
#overlay #preloader { background:url(loader_bg.gif) no-repeat; height:50px; left:50%; line-height:50px; margin:-25px 0 0 -25px; position:absolute; text-align:center; top:50%; width:50px; }
9
 
#overlay #preloader img { margin:0; vertical-align:middle; }
10
 
 
11
 
.ui-sortable { background-color:#FFF; border:1px solid #555; color:#222; margin:0 15px 15px 0; padding:0 10px 10px; width:175px; }
12
 
.ui-sortable h2 { background-color:#555; border-top:3px solid #666; color:#FFF; font-size:11px; margin:0 -10px 10px; line-height:2; padding:0 10px; position:relative; }
13
 
 
14
 
dl.sort { color:#222; margin:10px 0; }
15
 
#uidemo dl.first { margin-top:0; }
16
 
#uidemo dl.last { margin-bottom:0; }
17
 
 
18
 
dl.sort dt { background-color:#666; color:#FFF; cursor:move; height:2em; line-height:2; padding:0 6px; position:relative; }
19
 
dl.sort dd { background-color:#FFF; margin:0; padding:3px 6px; }
20
 
 
21
 
.ui-sortable-helper { width:175px; }
22
 
.placeholder { border:1px dashed #AAA; }
23
 
 
24
 
span.options { cursor:default; font-size:1px; line-height:1px; position:absolute; }
25
 
span.options a { background-color:#FFF; cursor:pointer; display:block; float:left; text-indent:-9000px; }
26
 
span.options a.add { background: url(add.png) no-repeat; }
27
 
 
28
 
.ui-sortable h2 span.options { right:-12px; top:5px; width:30px; }
29
 
.ui-sortable h2 span.options a { height:12px; width:30px; }
30
 
 
31
 
dl.sort dt span.options { right:5px; top:5px; width:27px; }
32
 
dl.sort dt span.options a { height:12px; width:12px; }
33
 
dl.sort dt span.options a.down { background: url(down.png) no-repeat; }
34
 
dl.sort dt span.options a.up { margin-right:3px; background: url(up.png) no-repeat; }
35
 
dl.sort dt span.options a.disabled { background:#555 !important; cursor:default; }
36
 
 
37
 
#container { float:left; }
38
 
#header { width:638px; }
39
 
#content { float:left; width:400px; }
40
 
#sidebar { float:left; width:200px; }
41
 
#footer { width:638px; }
42
 
#meta { float:left; }
43
 
 
44
 
#trashcan p { margin:0; }
 
 
b'\\ No newline at end of file'