Changeset 1982
- Timestamp:
- 06/22/08 09:36:54 (7 months ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 2 modified
-
desktop/dojotoolkit/util/resources (deleted)
-
index-media/style.css (modified) (2 diffs)
-
index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index-media/style.css
r1976 r1982 15 15 height: 100%; 16 16 z-index: 10; 17 background-image: url(../desktop/dojotoolkit/desktop/resources/themes/ green/wallpaper.png);17 background-image: url(../desktop/dojotoolkit/desktop/resources/themes/Minuit/wallpaper.png); 18 18 background-position: center center; 19 background-color: # 32cd32;19 background-color: #696969; 20 20 } 21 21 #centerForm { … … 35 35 .mainBox { 36 36 text-align: center; 37 background-color: white;37 background-color: #fff; 38 38 margin: 0px; 39 39 } -
trunk/index.html
r1976 r1982 21 21 <div id="tr"></div> 22 22 </div> 23 <div id="psychdesktop_login" dojoType="login.Form" autoRedirect="true"></div>23 <div id="psychdesktop_login" class="mainBox" dojoType="login.Form" autoRedirect="true"></div> 24 24 <div id="bottom"> 25 25 <div id="bl"></div>
