Add a pre-populated "Submit an event" link on the "Events" page

This commit is contained in:
Saivann 2014-08-03 14:47:01 -04:00
parent 1495be8b70
commit 7c05b2f693
4 changed files with 33 additions and 5 deletions

View file

@ -1754,6 +1754,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;