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