fix initial appearance of modal and include instructions about dashbaord banner

This commit is contained in:
Rob Culliton 2018-05-11 16:48:12 -04:00
parent 1c84bbc961
commit d0a4ff7179
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94
1 changed files with 4 additions and 3 deletions

View File

@ -271,12 +271,13 @@
(when bounty
(let [owner-address (:owner_address bounty)]
;; width requires a deliberate override of semantic.min.css
[:div.ui.active.modal.br3 {:style {:width 650}}
[:div.ui.active.modal.br3 {:style {:top 100
:width 650}}
[:div.pa4
[:h3.dark-gray "Are you sure you want to request a refund?"]
[:p.silver "This will set your bounty"
[:span.pg-med " value to $0."]
" Don't worry, your issue will still be accessible to the community. Remember that the higher the funds, the higher the chance to get the issue solved."]
" Don't worry, your issue will still be accessible to the community. You can check the status of your refund at the top of the dashboard."]
[:div.bg-sob-tint.br3.pa3
[:p.fw4 (:issue-title bounty)]
[ui-balances/token-balances (bnt/crypto-balances bounty) :label]