Skip to content

Instantly share code, notes, and snippets.

@bertbalcaen
Created August 26, 2013 15:35
Show Gist options
  • Save bertbalcaen/6342808 to your computer and use it in GitHub Desktop.
Save bertbalcaen/6342808 to your computer and use it in GitHub Desktop.
CSS to MijnEvent forms to MediaNet Vlaanderen
.wrapper{
padding: 0;
}
#left h3{
display: none;
}
#content img{
display: none;
}
#left form label{
color: #777;
}
#left form table{
width: auto;
}
#left form table td{
padding: 13px 6px 13px 0;
border: none;
}
#submit-label{
visibility: hidden;
}
#submit{
border-radius: 6px;
webkit-border-radius: 6px;
moz-border-radius: 6px;
background: #005251 url(http://newwww.medianetvlaanderen.be/wp-content/themes/medianet_vlaanderen/img/cta_bg.png) repeat-x bottom left;
border: 1px solid #3d7e7e;
color: #f5ea56;
text-shadow: 0 1px 0 #333;
text-align: center;
padding: 6px 12px;
text-decoration: none;
margin: 0;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment