チェンジセット 262 : SPARQLBuilderWWW/web/classselect.css

差分発生行の前後
無視リスト:
更新日時:
2016/01/15 17:33:09 (9 年 前)
更新者:
lenz
ログメッセージ:

クラス一覧に現れるクラスがエンドポイント固定だったものを全エンドポイントに

上記変更に伴いエンドポイントごとにまとめて表示する処理を追記

ファイル:
1 変更

凡例:

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

    r258 r262  
    9292} 
    9393 
     94table { 
     95        width: 100%; 
     96} 
     97 
    9498tr.nohit { 
    9599        display: none; 
    96100} 
     101 
     102tr.endpointrow th { 
     103        text-align: center; 
     104        -moz-border-radius: 5px; 
     105        -webkit-border-radius: 5px; 
     106        border-radius: 5px; 
     107        padding: 3px; 
     108 
     109        background-color: hsl(200, 50%, 75%); 
     110}