Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Use tourist-popover class #33

Merged
merged 1 commit into from
Mar 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tip/bootstrap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ positioning as qtip2:
class Tourist.Tip.BootstrapTip

template: '''
<div class="popover">
<div class="popover tourist-popover">
<div class="arrow"></div>
<div class="popover-content"></div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions tourist.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,44 @@
}

/* bootstrap styles */
.popover{
.tourist-popover{
padding: 0;
}
.popover .popover-content{
.tourist-popover .popover-content{
padding: 10px 0 0 0;
min-width: 200px;
}
.popover .popover-content p{
.tourist-popover .popover-content p{
margin: 0 8px 10px 8px;
}
.popover .popover-content .action-label{
.tourist-popover .popover-content .action-label{
background: rgba(0, 111, 255, 0.168627);
font-size: 14px;
padding: 3px 10px;
}
.popover .popover-content .tour-counter{
.tourist-popover .popover-content .tour-counter{
margin: 0; padding: 0;
position: absolute;
left: 10px; bottom: 14px;
font-size: 11px;
color: #acacac;
}
.popover .tour-buttons{
.tourist-popover .tour-buttons{
padding: 8px 10px;
min-height: 28px;
background: #f5f5f5;
border-radius: 0px 0px 6px 6px;
box-sizing: content-box;
}
.popover .btn-close{
.tourist-popover .btn-close{
background: none;
border: none;
position: absolute;
top: 4px; right: 7px;
padding: 0;
opacity: .3;
}
.popover .btn-close:hover{
.tourist-popover .btn-close:hover{
opacity: .5;
}

Expand Down
2 changes: 1 addition & 1 deletion tourist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading