Skip to content

Instantly share code, notes, and snippets.

/gist.md Secret

Created April 29, 2016 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/594188225f555c46cd30ee3db5982f20 to your computer and use it in GitHub Desktop.
Save anonymous/594188225f555c46cd30ee3db5982f20 to your computer and use it in GitHub Desktop.
@media (max-width: 640px) {

.event-tickets {
margin: auto -20px; 

}

.event-tickets table tbody tr td {
padding-left: 2px; 
padding-right: 0; 
font-size: .7em; 
}

.tckt-slctr-tbl-td-name a {
display: block;
}

.ticket-selector-tbl-qty-slct { width: 50px;  height: 24px;}

.ticket-selector-submit-btn[type=submit] {
width: 95%;
padding: 10px !important;
line-height: 24px;
font-size: 18px;
background: #17aab4;
-webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #17AAB4, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment