From fa7d3c6ef6534ac853002df6ed3fef7640dc053c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 9 Feb 2014 22:04:30 +0000 Subject: [PATCH] Fixed profile buttons (fa 3) --- static/css/dss.main.css | 20 +++++++++++--------- templates/views/UserProfileView.html | 18 +++++++++--------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/static/css/dss.main.css b/static/css/dss.main.css index 12d3658..5c1c8c2 100644 --- a/static/css/dss.main.css +++ b/static/css/dss.main.css @@ -662,7 +662,6 @@ img.flag { -webkit-border-top-right-radius: 4px; } - div.player-body ul.player-controls a { display: block; overflow: hidden; @@ -756,8 +755,8 @@ img.mix-listing-image { } .footer-button-right { - padding-right: 8px; - float: right; + padding-right: 8px; + float: right; } .audio-timeline-ruler { @@ -794,12 +793,15 @@ img.mix-listing-image { height: .64em; } -.dss-player-wrapper{ +.dss-player-wrapper { margin-top: 4px; } -[class^="fa-"] { - display: inline-block; - text-align: center; -} - +.btn > .badge, .btn > .label { + top: -2px; + right: -2px; + padding: 1px 3px; + text-align: center; + font-size: 12px; + position: absolute; +} \ No newline at end of file diff --git a/templates/views/UserProfileView.html b/templates/views/UserProfileView.html index 96d1b73..fab4455 100644 --- a/templates/views/UserProfileView.html +++ b/templates/views/UserProfileView.html @@ -94,28 +94,28 @@