Skip to content

Commit 69cf4a3

Browse files
committed
copying files, adjusting paths and adding the base profile to build this demo.
git-svn-id: http://svn.dojotoolkit.org/src/demos/trunk@14643 560b804f-0ae3-0310-86f3-f6aa0a117693
1 parent c34f012 commit 69cf4a3

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

mail/mail.css renamed to mail/demo.css

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
@import "../../dojo/resources/dojo.css";
2+
@import "../../dijit/themes/soria/soria.css";
3+
14
html, body, #main{
25
width: 100%; /* make the body expand to fill the visible window */
36
height: 100%;
@@ -34,7 +37,7 @@ th {
3437
font-weight:: bold !important;
3538
margin:0;
3639
padding:3px;
37-
background-image:url('../../themes/soria/images/titleBar.png');
40+
background-image:url('../../dijit/themes/soria/images/titleBar.png');
3841
background-position:0px -1px;
3942
}
4043

@@ -62,7 +65,7 @@ th.arrowUp .arrowNode {
6265
margin-bottom: 5px;
6366
width: 15px;
6467
height:15px;
65-
background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -45px top no-repeat;
68+
background:transparent url("../../dijit/themes/soria/images/spriteRoundedIconsSmall.png") -45px top no-repeat;
6669
}
6770

6871
th.arrowDown .arrowNode {
@@ -71,7 +74,7 @@ th.arrowDown .arrowNode {
7174
margin-bottom: 5px;
7275
width: 15px;
7376
height:15px;
74-
background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -15px top no-repeat;
77+
background:transparent url("../../dijit/themes/soria/images/spriteRoundedIconsSmall.png") -15px top no-repeat;
7578
}
7679

7780
.demoTable td { padding:3px; }
@@ -155,3 +158,21 @@ body .dojoSplitPane {
155158
.mailIconMailbox { background-position: -154px; }
156159
.mailIconOk { background-position: -176px; }
157160
.mailIconTrashcanFull { background-position: -198px; }
161+
162+
/* page inline styles */
163+
164+
#inbox .dijitSplitterH { height: 5px }
165+
#inbox .dijitSplitterV { width: 5px }
166+
167+
#preLoader {
168+
width:100%; height:100%; margin:0; padding:0;
169+
position:absolute; top:0; left:0;
170+
background:#fff url('../../dojox/image/resources/images/loading.gif') no-repeat center center;
171+
z-index:999;
172+
}
173+
#preLoader p {
174+
color:#ededed;
175+
font:72pt Arial,san-serif;
176+
font-weight:bold;
177+
178+
}

mail/demo.profile.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
dependencies = {
2+
layers: [
3+
{
4+
name: "../demos/mail/src.js",
5+
resourceName: "demos.mail.src",
6+
dependencies: [
7+
"demos.mail.src"
8+
]
9+
}
10+
],
11+
12+
prefixes: [
13+
[ "dijit", "../dijit" ],
14+
[ "dojox", "../dojox" ],
15+
[ "demos", "../demos" ]
16+
]
17+
}

0 commit comments

Comments
 (0)