Skip to content

Commit e57ed96

Browse files
committed
Merge remote branch 'origin/plu/qtip2'
2 parents c6375df + ed2c144 commit e57ed96

32 files changed

+213
-171
lines changed

app.psgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $app = Plack::Middleware::Assets->wrap(
3737
# should we autoload the syntax brushes or otherwise specify which ones are needed (instead of "all")?
3838
files => [
3939
map {"root/static/js/$_.js"}
40-
qw(jquery.min jquery.tablesorter jquery.cookie jquery.relatize_date jquery.ajaxQueue jquery.autocomplete.pack jquery.bubblepopup.min shCore shBrushPerl shBrushPlain shBrushYaml shBrushJScript shBrushDiff cpan github)
40+
qw(jquery.min jquery.tablesorter jquery.cookie jquery.relatize_date jquery.ajaxQueue jquery.qtip.pack jquery.autocomplete.pack shCore shBrushPerl shBrushPlain shBrushYaml shBrushJScript shBrushDiff cpan github)
4141
],
4242
minify => 0,
4343
);

root/inc/release-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% IF release.resources.homepage %><li><a href="<% release.resources.homepage %>">Homepage</a></li><% END %>
22
<li><% release.resources %></li>
33
<% IF release.resources.repository %>
4-
<li id="release-info-repository">
4+
<li>
55
<% IF release.resources.repository.web %>
66
<a href="<% release.resources.repository.web %>">Repository</a>
77
<% END %>

root/static/css/jquery.bubblepopup.css

Lines changed: 0 additions & 83 deletions
This file was deleted.

root/static/css/jquery.qtip.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

root/static/css/style.css

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,35 @@ code { font-family: monospace; }
599599
width: 160px;
600600
}
601601

602-
table .release-info-github th {
602+
body div.qtip div.content {
603+
padding: 0;
604+
margin: 0;
605+
height: auto; min-height: auto;
606+
width: auto; min-width: auto;
607+
}
608+
609+
.ui-tooltip, .qtip {
610+
font-size: 12px;
611+
max-width: 800px;
612+
}
613+
614+
.ui-tooltip-content {
615+
padding: 0;
616+
}
617+
618+
div.qtip-github table {
619+
width: 100%;
620+
}
621+
622+
div.qtip-github table td, div.qtip-github table th {
623+
padding: 3px;
624+
border: 1px solid #F1F1F1;
625+
}
626+
627+
div.qtip-github table th {
603628
padding-right: 8px;
629+
white-space: nowrap;
630+
background-color: #F9F9F9;
604631
}
605632

606633
.release-table {
-316 Bytes
Binary file not shown.
-240 Bytes
Binary file not shown.
-311 Bytes
Binary file not shown.
-102 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)