1+ @import "../../dojo/resources/dojo.css" ;
2+ @import "../../dijit/themes/soria/soria.css" ;
3+
14html , body , # main {
25 width : 100% ; /* make the body expand to fill the visible window */
36 height : 100% ;
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
6871th .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+ }
0 commit comments