]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/tests/css/dijitTests.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / tests / css / dijitTests.css
1
2 body {
3         background:#fff url("../images/testsBodyBg.gif") repeat-x top left;
4         padding:2em 2em 2em 2em;
5 }
6 h1.testTitle {
7         font-size:2em;
8         margin:0 0 1em 0;
9 }
10 .plusIcon, .plusBlockIcon {
11         background-image: url(../images/plus.gif);
12         background-repeat: no-repeat; 
13         width: 16px;
14         height: 16px;
15 }
16 .plusBlockIcon {
17         display: block !important;
18 }
19 .noteIcon {
20         background-image: url(../images/note.gif);
21         background-repeat: no-repeat; 
22         width: 20px;
23         height: 20px;
24 }
25 .flatScreenIcon {
26         background-image: url(../images/flatScreen.gif);
27         background-repeat: no-repeat; 
28         width: 32px;
29         height: 32px;
30 }
31 .dijitTestNodeDialog {
32         position:absolute;
33         top:5px;
34         right:5px;
35         display:block;
36         width:200px;
37         visibility:hidden;
38         background-color:#fff !important;
39         color:#000 !important; 
40         border:1px solid #000;
41         padding:5px; 
42 }
43 .dijitTestNodeDialog table {
44         background-color:#fff !important;
45 }
46 .dijitTestNodeDialog td {
47         padding:3px; 
48 }
49 .dijitTestNodeShowing {
50         visibility:visible; 
51 }
52 .customFolderOpenedIcon, .customFolderClosedIcon {
53         background-image: url('../../demos/mail/icons.png'); 
54         background-repeat: no-repeat;
55         width: 16px;
56         height: 16px;
57         text-align: center;
58         padding-right:4px;
59     background-position: -44px;
60 }
61 .dj_ie6 .customFolderOpenedIcon, .dj_ie6 .customFolderClosedIcon {
62         background-image: url('../../demos/mail/icons.gif');
63 }
64 .customFolderClosedIcon {
65     background-position: -154px;
66 }
67 body .medium {
68         font-size: larger; 
69 }