aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-14 12:01:51 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-14 12:01:51 +0000
commitf64e962327f550e170499d939af57a0d980a9272 (patch)
tree30070ce9b6c253497a23462d4c366ceac301ccce /web/js
parent79ab7269d628ecd967cd96583eef59c4282d4c6b (diff)
Some styling for report notes trigger
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web/js')
-rw-r--r--web/js/fixmystreet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js
index 9ee49ddd4..b6e7d3a79 100644
--- a/web/js/fixmystreet.js
+++ b/web/js/fixmystreet.js
@@ -215,7 +215,7 @@ $(function(){
}
//show/hide on mobile
- $('.mobile #report-a-poblem-sidebar').after('<a href="#" class="rap-notes-trigger btn">How to send successful reports</a>').hide();
+ $('.mobile #report-a-poblem-sidebar').after('<a href="#" class="rap-notes-trigger button-right">How to send successful reports</a>').hide();
$('.mobile').on('click', '.rap-notes-trigger', function(e){
e.preventDefault();
$('.mobile .report-a-poblem-page').after('<div class="content rap-notes"></div>').hide();