チェンジセット 237 : SPARQLBuilderWWW/web

差分発生行の前後
無視リスト:
更新日時:
2015/02/12 16:41:00 (10 年 前)
更新者:
lenz
ログメッセージ:

細かなUI設定の調整

パス:
SPARQLBuilderWWW/web
ファイル:
3 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW/web/newsparqlbuilder.css

    r236 r237  
    106106.SBModalContents .SBResult{ 
    107107        display: none; 
    108         height: 28px; 
    109         font-size: 24px; 
     108        height: 24px; 
     109        font-size: 18px; 
    110110} 
    111111 
     
    158158 
    159159.SBGenButton{ 
    160         margin: 1.5em; 
     160        margin: 1em; 
    161161        -webkit-border-radius: 7; 
    162162        -moz-border-radius: 7; 
     
    176176.SBRootNode{ 
    177177        margin: 0.5em; 
     178        margin-top: 1em; 
    178179        -webkit-border-radius: 10; 
    179180        -moz-border-radius: 10; 
    180181        border-radius: 10px; 
    181         border: none; 
     182        border: solid 2px hsl(0, 50%, 75%); 
    182183        background: hsl(40, 50%, 75%); 
    183184        padding: 5px 15px 5px 15px; 
     
    193194        -moz-border-radius: 10; 
    194195        border-radius: 10px; 
    195         border: none; 
     196        border: solid 2px hsl(0, 50%, 75%); 
    196197        background: hsl(0, 0%, 85%); 
    197198        padding: 5px 15px 5px 15px; 
     
    203204        -moz-border-radius: 10; 
    204205        border-radius: 10px; 
    205         border: none; 
     206        border: solid 2px hsl(0, 50%, 75%); 
    206207        background: hsl(150, 50%, 75%); 
    207208        padding: 5px 15px 5px 15px; 
  • SPARQLBuilderWWW/web/newsparqlbuilder.js

    r236 r237  
    543543                }else{ 
    544544                    // 譛ォ遶ッ繝弱�繝峨↑繧峨ヤ繝シ繝ォ繝√ャ繝励�諠�ア繧呈峩譁ー 
    545                     var resultText = '<input type="button" class="SBGenButton" value="Generate" onclick="generateSPARQL()">'; 
     545                    var resultText = '<div class="SBGenButton" onclick="generateSPARQL()">Generate<br />SPARQL</div>'; 
    546546                    // 繝代せ縺ョ蜷榊燕驟榊�蛻�セ後m縺九i郢ー繧願ソ斐@縺ェ縺後i 
    547547                    for (var i = pathname.length;i > 0; i--){ 
     
    867867        var obj = jsontext; 
    868868 
    869         $('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', '0px'); 
     869        $('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', '4px'); 
    870870 
    871871        $('.SBPlural').text('s'); 
    872872 
    873873        if(obj.length == 0){ 
    874                 $('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', '15px'); 
     874                $('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', '20px'); 
    875875                $('.SBPlural').text(''); 
    876876        }else if(obj.length == 1){ 
     
    880880        if(obj.length <= 10){ 
    881881                viewnum = obj.length; 
    882                 $('.SBResult').css('margin-top', '15px'); 
     882                $('.SBResult').css('margin-top', '20px'); 
    883883                $('.SBViewall').hide(); 
    884884        }else if(pathlimit == 10){ 
     
    887887        }else{ 
    888888                viewnum = obj.length; 
    889                 $('.SBResult').css('margin-top', '15px'); 
     889                $('.SBResult').css('margin-top', '20px'); 
    890890                $('.SBViewall').hide(); 
    891891        } 
  • SPARQLBuilderWWW/web/newtop.html

    r235 r237  
    3535                                                <span class="SBPathnum"></span> Path<span class="SBPlural"></span> found. 
    3636                                        </div> 
    37                                         <input type="button" class="SBViewAll" value="View All" onclick="viewAll()"> 
     37                                        <input type="button" class="SBViewAll" value="View All Path" onclick="viewAll()"> 
    3838                                </div> 
    3939                                <div class="SBGraph">