From 2caf237067ac97720b7f6159c4a4d602547504fd Mon Sep 17 00:00:00 2001 From: oiami Date: Tue, 12 Aug 2014 13:18:36 +0700 Subject: [PATCH 1/3] Fix wrong element order, let anchor cover icon --- root/author.html | 4 +--- root/recent.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/root/author.html b/root/author.html index ba6984c69ca..afab19e1fcc 100644 --- a/root/author.html +++ b/root/author.html @@ -148,9 +148,7 @@
<% INCLUDE inc/author-pic.html author = author %>
<% IF releases.0 %> diff --git a/root/recent.html b/root/recent.html index 1c32d783e9c..bf87a60d503 100644 --- a/root/recent.html +++ b/root/recent.html @@ -7,9 +7,7 @@
<%- MoY = [undef, 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; From b5cafd654bbd0a7002b0a5d43fc9eddba22e5578 Mon Sep 17 00:00:00 2001 From: oiami Date: Tue, 12 Aug 2014 13:33:44 +0700 Subject: [PATCH 2/3] Change to use all icons from FontAwesome --- root/inc/release-tools.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/inc/release-tools.html b/root/inc/release-tools.html index a94eeb380c8..b58606f6916 100644 --- a/root/inc/release-tools.html +++ b/root/inc/release-tools.html @@ -1,22 +1,22 @@
  • - Download (<% release.stat.size | format_bytes %>b) + Download (<% release.stat.size | format_bytes %>b)
  • <%- IF module %>
  • - Toggle Table of Contents + Toggle Table of Contents
  • <%- END %>
  • "> - MetaCPAN Explorer + MetaCPAN Explorer
  • - Rate this distribution + Rate this distribution
  • From bfc0a9c5369d7f3a02cdfbab59e57b32e20357b5 Mon Sep 17 00:00:00 2001 From: oiami Date: Tue, 12 Aug 2014 13:35:57 +0700 Subject: [PATCH 3/3] Fix misplaced text --- root/static/css/style.css | 1 + root/static/less/nav-list.less | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/root/static/css/style.css b/root/static/css/style.css index 139cc7b3227..3d26419319d 100644 --- a/root/static/css/style.css +++ b/root/static/css/style.css @@ -159,6 +159,7 @@ ul { .comment { color: #999; font-size: 0.8em; + padding-right: 15px; } .select-text { diff --git a/root/static/less/nav-list.less b/root/static/less/nav-list.less index 9409d187c47..9a6a2d3e5ca 100644 --- a/root/static/less/nav-list.less +++ b/root/static/less/nav-list.less @@ -76,6 +76,12 @@ ul.nav-list.box-right { margin-right: 5px; } +.slidepanel { + .fa { + margin-right: 2px; + } +} + .nav-list .divider { width: 100%; height: 1px;