set warning bubble before showing online wallets

remove my wallet from the top of the "choose your wallet" page.
remove all target="_blank", let the user choose if he wants to open pages in new tabs
This commit is contained in:
Saivann 2013-03-18 22:03:57 -04:00
parent c11f93d990
commit 0cb9ba43f5
28 changed files with 212 additions and 97 deletions

View file

@ -402,6 +402,11 @@ height:280px;
.previewrow>span{
display:inline-block;
position:relative;
margin-right:22px;
margin-bottom:22px;
}
.previewrow>span.lastspan{
margin-right:0px;
}
.previewrow>span>span>div{
position:absolute;
@ -422,6 +427,16 @@ font-weight:bold;
text-decoration:none;
font-size:20px;
}
.previewrow .walletwarning a,.previewrow .walletwarning a:link,.previewrow .walletwarning a:visited,.previewrow .walletwarning a:active{
color:#b95357;
}
.previewrow .walletwarning{
background:url(/img/bubblewarn.svg) bottom center no-repeat;
}
.previewrow .walletnormal{
background:url(/img/bubble.svg) bottom center no-repeat;
}
.alert-message{
background-color:#fff;