mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Make full alert banners clickable
This commit is contained in:
parent
6a03c57dbf
commit
227dc24d68
3 changed files with 13 additions and 10 deletions
|
@ -142,27 +142,29 @@ table td,table th{
|
|||
font-style:italic;
|
||||
}
|
||||
|
||||
.banner-message div div{
|
||||
margin:auto;
|
||||
width:850px;
|
||||
padding:10px;
|
||||
}
|
||||
.banner-message,
|
||||
.banner-message a,
|
||||
.banner-message a:link,
|
||||
.banner-message a:active,
|
||||
.banner-message a:visited{
|
||||
display:block;
|
||||
color:#fff;
|
||||
}
|
||||
.banner-message a:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
.banner-message.alert div{
|
||||
.banner-message.alert a{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.banner-message.info div{
|
||||
.banner-message.info a{
|
||||
background-color:#0d579b;
|
||||
}
|
||||
.banner-message a span{
|
||||
display:block;
|
||||
margin:auto;
|
||||
width:850px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.head{
|
||||
margin:30px 0 30px 0;
|
||||
|
@ -2166,7 +2168,7 @@ h2 .rssicon{
|
|||
margin:auto;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.banner-message div div{
|
||||
.banner-message a span{
|
||||
width:auto;
|
||||
}
|
||||
.head{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue