Skip to content

Commit

Permalink
追加画面オプションのスタイル調整。
Browse files Browse the repository at this point in the history
  • Loading branch information
nanto committed Jul 13, 2011
1 parent 53709b2 commit c6a1cc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
5 changes: 3 additions & 2 deletions hatenabookmark.safariextension/background/popup.css
Expand Up @@ -680,7 +680,7 @@ a.username {
}

#checkbox-options label {
margin-right: 5px;
margin-right: 7px;
display: inline-block;
vertical-align: middle;
cursor:pointer;
Expand All @@ -697,7 +697,8 @@ a.username {
#private-label .label-text,
#send-mail-label .label-text {
background: 0px 50% no-repeat;
padding-left: 18px;
margin-left: 2px;
padding-left: 17px;
}

#post-twitter-label .label-text {
Expand Down
21 changes: 7 additions & 14 deletions hatenabookmark.safariextension/background/popup.html
Expand Up @@ -243,16 +243,13 @@
<dt>共有:</dt>
<dd>
<label id="post-twitter-label" for="post-twitter" title="ブックマークしたページを Twitter へ投稿する場合はチェックを入れてください。">
<input value="1" type="checkbox" id="post-twitter" name="post_twitter" />
<span class="label-text">Twitter</span>
<input value="1" type="checkbox" id="post-twitter" name="post_twitter" /><span class="label-text">Twitter</span>
</label>
<label id="post-facebook-label" for="post-facebook" title="ブックマークしたページを Facebook へ投稿する場合はチェックを入れてください。">
<input value="1" type="checkbox" id="post-facebook" name="post_facebook" />
<span class="label-text">Facebook</span>
<input value="1" type="checkbox" id="post-facebook" name="post_facebook" /><span class="label-text">Facebook</span>
</label>
<label id="post-mixi-check-label" for="post-mixi-check" title="ブックマークしたページをmixiチェックへ投稿する場合はチェックを入れてください。">
<input value="1" type="checkbox" id="post-mixi-check" name="post_mixi_check" />
<span class="label-text">mixiチェック</span>
<input value="1" type="checkbox" id="post-mixi-check" name="post_mixi_check" /><span class="label-text">mixiチェック</span>
</label>

<p id="option-help-post-twitter" class="option-help-tooltip" style="display: none;">
Expand All @@ -274,25 +271,21 @@
<dt>オプション:</dt>
<dd>
<label for="confirm-bookmark" title="ブックマーク保存完了後、別ウィンドウではてなブックマークのエントリーページを表示します。">
<input value="1" type="checkbox" id="confirm-bookmark" name="confirm_bookmark" />
ブックマークを確認
<input value="1" type="checkbox" id="confirm-bookmark" name="confirm_bookmark" /> ブックマークを確認
</label>
<label id="private-label" for="private" title="ブックマークを他のユーザーに公開しない場合はチェックを入れてください。(閲覧許可ユーザーにも公開されません。) ">
<input value="1" type="checkbox" id="private" name="private" />
<span class="label-text">非公開</span>
<input value="1" type="checkbox" id="private" name="private" /><span class="label-text">非公開</span>
</label>
<span id="plus-inputs" class="none">
<input value="1" type="hidden" id="with_status_op" name="with_status_op" />
<label for="send_mail" title="ブックマークしたページを設定で指定したメールアドレスに送信する場合チェックを入れてください。">
<input value="1" type="checkbox" id="send_mail" name="send_mail" />
<span class="label-text">メール</span>
<input value="1" type="checkbox" id="send_mail" name="send_mail" /><span class="label-text">メール</span>
</label>
</span>
<span id="asin-container">
<input value="" type="hidden" id="asin" name="asin" disabled />
<label for="add-asin">
<input value="1" type="checkbox" id="add-asin" name="add_asin" disabled="disabled" />
コレクションに追加
<input value="1" type="checkbox" id="add-asin" name="add_asin" disabled="disabled" /> コレクション
</label>
</span>

Expand Down

0 comments on commit c6a1cc4

Please sign in to comment.