mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Improve wallets link button design
This commit is contained in:
parent
f2f6459920
commit
56d9f1eff8
9 changed files with 71 additions and 30 deletions
17
css/ie.css
17
css/ie.css
|
@ -225,17 +225,23 @@ h3 .ieimg{
|
|||
margin:0px;
|
||||
padding:10px 0px;
|
||||
}
|
||||
.previewrow div div div p{
|
||||
text-align:expression((this.parentNode.getElementsByTagName('P')[1]==this)?'center':'');
|
||||
}
|
||||
.previewrow div div div p a,
|
||||
.previewrow div div div p a:visited,
|
||||
.previewrow div div div p a:link,
|
||||
.previewrow div div div p a:active{
|
||||
display:block;
|
||||
display:inline;
|
||||
zoom:1;
|
||||
text-align:center;
|
||||
width:auto;
|
||||
height:auto;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:125%;
|
||||
padding:5px 10px;
|
||||
color:#fff;
|
||||
background-color:#2c6fad;
|
||||
}
|
||||
.previewrow .walletwarning .b1{
|
||||
background-image:url(/img/bubblewarntop.png);
|
||||
|
@ -248,6 +254,13 @@ h3 .ieimg{
|
|||
.previewrow .walletwarning .b3{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarnbottom.png', sizingMethod='scale');
|
||||
}
|
||||
.previewrow .walletwarning div p a,
|
||||
.previewrow .walletwarning div p a:visited,
|
||||
.previewrow .walletwarning div p a:link,
|
||||
.previewrow .walletwarning div p a:active{
|
||||
background-color:#b95357;
|
||||
border:1px solid #a04246;
|
||||
}
|
||||
|
||||
|
||||
.press-volunteer div div{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue