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

細かなUI設定の調整

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • 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        }