Skip to content

Commit

Permalink
add tip style.
Browse files Browse the repository at this point in the history
  • Loading branch information
geunwoo.son committed Jun 7, 2016
1 parent 2b90648 commit 452d05b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ngrinder-controller/src/main/webapp/WEB-INF/ftl/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</#if>
</table>
</div>
<div class="pull-right" rel="popover" style="float;margin-top:-40px;margin-right:-30px"
<div class="pull-right" rel="popover" style="float;margin-top:-40px;margin-right:-30px;cursor: pointer"
title="Tip" data-html="ture" data-placement="left"
data-content="<@spring.message "intro.public.button.show"/>"
id="introButton" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</div>
</div>
<!-- end tab content -->
<div class="pull-right" rel="popover" style="float;margin-top:-30px;margin-right:-30px"
<div class="pull-right" rel="popover" style="float;margin-top:-30px;margin-right:-30px;cursor: pointer"
title="Tip" data-html="ture" data-placement="left"
data-content="<@spring.message "intro.public.button.show"/>"
id="introButton" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
</@list>
</tbody>
</table>
<div class="pull-right" rel="popover" style="float;margin-top:-26px;margin-right:-30px"
<div class="pull-right" rel="popover" style="float;margin-top:-26px;margin-right:-30px;cursor: pointer"
title="Tip" data-html="ture" data-placement="left"
data-content="<@spring.message "intro.public.button.show"/>"
id="introButton" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

<textarea id="codemirror_content">${((file.content)!"")?replace("&para", "&amp;para")}</textarea>
<textarea id="old_content" class="hidden">${(file.content)!}</textarea>
<div class="pull-right" rel="popover" style="float;margin-top:-20px;margin-right:-30px"
<div class="pull-right" rel="popover" style="float;margin-top:-20px;margin-right:-30px;cursor: pointer"
title="Tip" data-html="ture"
data-placement="left"
data-content="
Expand Down

0 comments on commit 452d05b

Please sign in to comment.