mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Merge pull request #501 from bitcoin/submitevent
Add a pre-populated "Submit an event" link on the "Events" page
This commit is contained in:
commit
e4587c2d6d
4 changed files with 33 additions and 5 deletions
|
@ -1769,6 +1769,30 @@ h2 .rssicon{
|
|||
.eventtable div div:first-child+div+div{
|
||||
width:300px;
|
||||
}
|
||||
.eventtable span a,
|
||||
.eventtable span a:link,
|
||||
.eventtable span a:active,
|
||||
.eventtable span a:visited{
|
||||
display:inline-block;
|
||||
padding:6px 12px;
|
||||
margin:15px 0 30px 0;
|
||||
font-size:115%;
|
||||
color:#fff;
|
||||
border:1px solid #d57700;
|
||||
background-color:#ee9209;
|
||||
background-image:-o-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
||||
background-image:-moz-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
||||
background-image:-webkit-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
||||
background-image:-ms-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
||||
background-image:linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
||||
-webkit-border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
}
|
||||
.eventtable span a:hover{
|
||||
background-image:none;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.detectmobile{
|
||||
width:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue