Changeset 12101

Show
Ignore:
Timestamp:
01/20/08 08:55:32 (12 months ago)
Author:
dante
Message:

fixes #5604 - add the Nihilo theme to dijit. This is the work of Nikolai Onken, and is
contributed under CLA. this checkin adds the theme to themeTester and _testCommon

Location:
dijit/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/_testCommon.js

    r12073 r12101  
    3636                                        break; 
    3737                                case "theme": 
    38                                         // tundra | soria | noir | squid | null 
     38                                        // tundra | soria | noir | squid | nihilo | null 
    3939                                        theme = value; 
    4040                                        break; 
     
    8888                var base = window.location.pathname; 
    8989                var str = ""; 
    90                 var themes = ["tundra",/*"noir", */ "soria" /* ,"squid" */ ]; 
     90                var themes = ["tundra",/*"noir", */ "soria", "nihilo" /* ,"squid" */ ]; 
    9191                str += "<b>Tests:</b><br><table>"; 
    9292                d.forEach(themes,function(t){ 
  • dijit/trunk/themes/themeTester.html

    r12043 r12101  
    1313                // for 'un-supported' themes, too. (eg: yours)  
    1414                var availableThemes = [ 
    15                         { theme:"tundra", author:"Dojo", baseUri:"../themes/"}, 
    16                         { theme:"soria", author:"dante", baseUri:"../themes/"}//, 
    17                         //{ theme:"noir", author:"owen", baseUri:"../themes/"} 
     15                        { theme:"tundra", author:"Dojo", baseUri:"../themes/" }, 
     16                        { theme:"soria", author:"nikolai", baseUri:"../themes/" }, 
     17                        //{ theme:"noir", author:"owen", baseUri:"../themes/"}, 
     18                        { theme:"nihilo", author:"nikolai", baseUri:"../themes/" } 
    1819                ]; 
    1920        </script> 
     
    2324                @import "../../dojo/tests/dnd/dndDefault.css"; 
    2425 
    25                 html, body { height: 100%; width: 100%; padding: 0; border: 0; } 
     26                html, body { height: 100%; width: 100%; padding: 0; border: 0; 
     27                        background: 
     28                } 
    2629                #main { height: 100%; width: 100%; padding: 0; border: 0; } 
    2730                #header, #mainSplit { margin: 10px; }