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

エンドポイントのセレクトボックスが狭く選択内容が見えない問題をレイアウト変更で改良
他細かなGUI修正
(newtopのみ。newguiは崩壊中)

ファイル:
1 変更

凡例:

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

    r233 r235  
    4646} 
    4747 
     48.SBModalContents .SBForms{ 
     49        float: left; 
     50        background-color: #eeeeff; 
     51} 
     52 
    4853.SBModalContents .SBSelects{ 
    49         float: left; 
    50         background-color: #eeeeff; 
     54        width: 85%; 
     55        float: left; 
    5156} 
    5257 
    5358.SBModalContents .SBSelects select{ 
    54         width: 28%; 
     59        width: 50%; 
    5560        height: 2em; 
    5661} 
    5762 
    58 .SBModalContents .SBSelects input{ 
     63.SBModalContents .SBSelects .SBEndPointSelect{ 
     64        width: 100%; 
     65        height: 2em; 
     66} 
     67 
     68 
     69.SBModalContents .SBPermaLink{ 
     70        width: 15%; 
     71        height: 100%; 
     72        float: left; 
     73        text-align: center; 
     74} 
     75 
     76.SBModalContents .SBPermaLinkButton{ 
    5977        display: inline-block; 
    60         width: 13.5%; 
    61         margin: 0 1% 0; 
    62         height: 2em; 
     78        margin-top: 10px; 
     79        width: 90%; 
     80        height: 36px; 
    6381        -webkit-border-radius: 3; 
    6482        -moz-border-radius: 3; 
     
    7997.SBModalContents .SBResult{ 
    8098        display: none; 
    81         float: left; 
    82         margin-top: 0.3em; 
    83         margin-left: 0.3em; 
     99        height: 28px; 
     100        font-size: 24px; 
    84101} 
    85102 
    86103.SBModalContents .SBViewAll{ 
    87104        display: none; 
    88         float: left; 
    89         margin-top: 1px; 
    90         margin-left: 0.5em; 
    91         height: 2em; 
     105        height: 28px; 
    92106        -webkit-border-radius: 3; 
    93107        -moz-border-radius: 3; 
     
    123137} 
    124138 
    125 .SBModalContents .SBSelectedPath{ 
     139.SBModalContents .SBPath{ 
    126140        float: left; 
    127141        padding: 10px; 
    128142        text-align: center; 
    129143        word-wrap: break-word; 
     144} 
     145 
     146.SBGenButton{ 
     147        margin: 1.5em; 
     148        -webkit-border-radius: 7; 
     149        -moz-border-radius: 7; 
     150        border-radius: 7px; 
     151        border: none; 
     152        color: #ffffff; 
     153        font-size: 1.2em; 
     154        background: hsl(200, 50%, 75%); 
     155        padding: 5px 15px 5px 15px; 
     156        cursor: pointer; 
     157} 
     158 
     159.SBGenButton:hover{ 
     160        background: hsl(200, 50%, 85%); 
    130161} 
    131162 
    132163.SBRootNode{ 
    133164        margin: 0.5em; 
    134         margin-top: 1.5em; 
    135165        -webkit-border-radius: 10; 
    136166        -moz-border-radius: 10; 
     
    163193        background: hsl(150, 50%, 75%); 
    164194        padding: 5px 15px 5px 15px; 
    165 } 
    166  
    167 .SBGenButton{ 
    168         margin: 1.5em; 
    169         -webkit-border-radius: 7; 
    170         -moz-border-radius: 7; 
    171         border-radius: 7px; 
    172         border: none; 
    173         color: #ffffff; 
    174         font-size: 1.2em; 
    175         background: hsl(200, 50%, 75%); 
    176         padding: 5px 15px 5px 15px; 
    177         cursor: pointer; 
    178 } 
    179  
    180 .SBGenButton:hover{ 
    181         background: hsl(200, 50%, 85%); 
    182195} 
    183196